Simple API for querying TAMU burn ban information by county (Texas only) https://burnban.herokuapp.com
Post API key and secret to this endpoint to receive a JWT token. All other endpoints require a valid token. { "api_key":"test_key", "api_secret":"test_secret"}
Returns current burn ban status for a given county
Returns current burn ban status for a particular location. Returns 404 if location is outside of Texas. Uses FCC Area API to determine county name from lat/lng
Returns current burn ban status for a particular address/place description. Uses Nominatum API to gecode the address and then uses FCC Area API to determine county name from lat/lng. Returns 404 if location is outside of Texas.
honcho/foreman/nf start
honcho/foreman/nf run python3 tasks/init_db.py
honcho/foreman/nf run python3 tasks/generate_keys.py