#Meme DB
Implementation of an image API written using Express.js for Twitch Emotes (or any images).
##How to use
- Install node.js
- In the command line run
npm install
to install dependencies - In the command line run
node server.js
. - Visit 127.0.0.1:8080/emotes/Kappa where Kappa can be replaced with your desired emote.
Want to Host it on Heroku? Check out the 'heroku' branch.