/awesome_weather

Consuming Open Weather Map API to show a 16 days forecast.

Primary LanguageRuby

Awesome Weather

Build Status Maintainability Test Coverage

Awesome weather shows the weather forecast by city for the next 48h divided in 16 previews. See the live demo.

Technologies

Core

  • Ruby 2.4.0
  • Rails 5.1.4
  • Metro UI 3.0.14

Tests

Misc

  • Yarn 1.3.2
  • Node 8.2.1

Testing localy

Requirements

$ 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