Demo.
How to start:
git clone https://github.com/cmirnow/WWO-Forecast-from-IP.git
cd WWO-Forecast-from-IP
bundle install
bundle exec figaro install
Enter the API access keys (WorldWeatherOnline.com && IPgeolocation.io) in the file application.yml:
key_wwo: "*************************"
ipgeo_key: "**************************"
Then:
bundle exec shotgun
...and go to http://localhost:9393