- Make sure you have npm installed, then run
npm install
To start the server:
node server.js
To access the server go to localhost:3000 on your browser. The api is accessed at /weathermeme/api/
The interesting bits of code are in weathermeme_engine, that's where it determines what meme to use
server.js is the starting point for the server. The actual route for accessing the api is routes/weathermeme.js. Check out the express documentation for more info on the express api.