Skip to content

andrewbeav/weathermeme-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weathermeme API

To Use:

  • 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 code

The interesting bits of code are in weathermeme_engine, that's where it determines what meme to use

The API

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.

About

API for accessing a weather related meme given a location.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors