mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
- Update CI workflows (.github/workflows/ci.yml, code-size.yml) to use Node.js 22.x - Update Netlify config to use Node.js 22.11.0 - Update all package.json engines to require Node.js 22.0.0+ - Add .nvmrc file with Node.js 22 for local development - Update documentation to reflect Node.js 22+ requirement - Update skin-database scripts to use Node.js 22 - Tested locally with nvm and confirmed builds work correctly Node.js v22 is the current LTS version and provides improved performance and security features. All packages now require Node.js 22+ to ensure consistency across development, CI, and production environments. |
||
|---|---|---|
| .. | ||
| __mocks__ | ||
| api | ||
| app | ||
| data | ||
| discord-bot | ||
| docs | ||
| fixtures | ||
| legacy-client/src | ||
| migrations | ||
| public | ||
| scripts | ||
| seeds | ||
| services | ||
| tasks | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| addSkin.ts | ||
| algolia.ts | ||
| cli.ts | ||
| CloudFlare.ts | ||
| config.ts | ||
| data.json | ||
| db.ts | ||
| DiscordWinstonTransport.js | ||
| ecosystem.config.js | ||
| jest-setup.js | ||
| knexfile.ts | ||
| logger.js | ||
| museumOrder.sql | ||
| next-env.d.ts | ||
| next.config.js | ||
| package.json | ||
| preview.png | ||
| preview_small.png | ||
| README.md | ||
| regionParser.ts | ||
| s3.js | ||
| Search filter ideas | ||
| shooter.js | ||
| skinHash.ts | ||
| transparency.ts | ||
| tsconfig.json | ||
| twitter.ts | ||
| types.ts | ||
| utils.ts | ||
Winamp Skin Database
This package contains code for managing the collection of Winamp skins which are used for various projects related to Webamp:
- @winampSkins Twitter Bot
- The Discord bot used in the Webamp Discord
Discord Bot
The discord bot allows us to:
- Review skins for use by the Twitter bot
- Upload new skins to the database
- Get a screenshot of a given skin
- Get a link/screenshot of a skin based on its hash
Server
This package also includes a GraphQL interface for exploring skins. It is not currently used by anything, but can be useful for inspecting the data. sudo systemctl reload apache2