mudpuddle / riverlevel-api

small rest api for accessing noaa nw river level data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 81.7%Language:HTML 17.4%Language:Procfile 0.9%