Skip to content

mudpuddle/riverlevel-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riverlevel-api

A simple python api built using Flask, used to access Northwest river level data from the NOAA Northwest River Forecast Center.

Running Locally

Make sure you have Flask ready to go. I typically follow the virtualenv method.

Clone or fork this repo...

$ cd riverlevel-api
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python server.py

Your app should now be running on 127.0.0.1:5000.

Deploying to Heroku

This api is currently setup to run on Heroku. Make sure you have a Heroku account and the Heroku Toolbelt set up.

$ heroku create
$ git push heroku master
$ heroku open

ToDo

  • Secure it.

About

small rest api for accessing noaa nw river level data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published