Simple Meme Api Template (Free 2 Use & Edit)
Use the package manager npm to install packages.
npm i
port=<SERVER PORT>
minutes=<MINUTES FOR RATE LIMIT>
maxReq=<MAX REQ PER MINUTES VALUE>
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"got": "^11.8.2"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.