An API to consume the official Wolvesville API.
The Wolvesville API is (or was) missing some features I would like for my front-end application, such as pagination and filtering. I also needed some experience with back-end and had to prevent secrets from leaking, so I decided to build this as an extra layer of logic on the official API.
- TypeScript;
- Node;
- Express;
- Axios.