A fast, caching reverse proxy built with Fastify to serve Smogon usage stats efficiently. Features Brotli compression, strict SSRF protections, and robust caching (RAM & Edge) to absolutely minimize bandwidth.
To install dependencies and start the local server:
npm install
node server.jsThis API is designed to be hosted on a Linux instance and managed using PM2.
npm install
pm2 start server.js --name "proxy-api"- Fastify: For the high-performance web framework.
- Smogon: For providing the raw competitive Pokémon usage statistics data.
This project is licensed under the MIT License.