Skip to content

Fearinn/foolsMateAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐺 Fool's Mate API

An API to consume the official Wolvesville API.

❓ Motivations

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.

👨‍💻Tech stack

  • TypeScript;
  • Node;
  • Express;
  • Axios.