Simple Flask REST API that works as a proxy between my React Weather Dashboard and the OpenWeatherMap API, to avoid overloading the latter with requests.
heroku login
heroku apps:cerate weather-forecast-proxy-api
heroku git:remote -a weather-forecast-proxy-api
gaa
gcmsg "Initial commit"
gp heroku master
To scale dyno:
heroku ps:scale web=1