Awesome weather shows the weather forecast by city for the next 48h divided in 16 previews. See the live demo.
Core
- Ruby 2.4.0
- Rails 5.1.4
- Metro UI 3.0.14
Tests
Misc
- Yarn 1.3.2
- Node 8.2.1
Requirements
- Rails >= 5.0
- Node >= 4.0
- Open Weather Map API key Clone this repo
$ git clone https://github.com/diegommarino/awesome_weather.git
Inside the project install the gems and libs
$ bundle install
$ npm install
Create config/application.yml file and add your open weather key in it
$ touch config/application.yml
$ echo 'open_weather_api_key: API_KEY' >> config/application.yml
Run the application
rails s