Walidoux a25d278115
refactor(tools): parsing - writing games data
This commit refactors the code to parse and write data from WoW game files. It creates a new function `parseData` which correctly parses the data and writes the output files to a new folder called `output`. The code now handles both `JSON` and `XML` data from game files. It also makes use of optional chaining to prevent null pointers while parsing the data. Finally, it removes an unused `callback` message without any effect.
2023-04-28 14:40:45 +01:00
2023-04-06 14:18:26 +00:00
2023-04-06 14:18:26 +00:00
2023-04-23 20:09:30 +01:00
2023-04-23 20:06:22 +01:00
2023-04-06 14:18:26 +00:00
2023-04-06 14:18:26 +00:00
2023-04-06 14:18:26 +00:00
2023-04-06 14:18:26 +00:00
Description
📥 Scrapping Habbo game data and assets
718 KiB
Languages
TypeScript 91.8%
CSS 3.3%
JavaScript 1.9%
Rust 1.6%
HTML 1.4%