Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 477 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 477 Bytes

Weather Forecast Demo

API

  1. ArcGis
  2. OpenWeather

How to run

  1. Add API credentials
$ EDITOR="nano"  bin/rails credentials:edit
arcgis_api_user_id: xxxxxxxxxxx
arcgis_api_key: xxxxxxxxxxx
openweather_api_key: xxxxxxxxxxx
  1. Install dependencies
$ bundle
  1. Test
$ bin/rails test
$ bin/rails test:system
  1. Run
$ bin/rails server