📥 Scrapping Habbo game data and assets
Go to file
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
.vscode fix(vscode): remove ignored IDE settings 2023-04-19 17:12:50 +00:00
public feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00
src refactor(tools): parsing - writing games data 2023-04-28 14:40:45 +01:00
src-tauri refactor(cargo): update perms config 2023-04-23 23:29:26 +01:00
.gitignore fix(vscode): remove ignored IDE settings 2023-04-19 17:12:50 +00:00
index.html feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00
package.json fix(package.json): typo 2023-04-23 20:09:30 +01:00
pnpm-lock.yaml build(deps): update latest 2023-04-23 20:06:22 +01:00
postcss.config.js feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00
tailwind.config.js feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00
tsconfig.json fix(tsconfig): d.ts type checking was disabked 2023-04-23 20:06:09 +01:00
tsconfig.node.json feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00
vite.config.ts feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00