wojkos / Rails_weather

Rails weather service using openwather data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run application:

Add gems

bundle install

Add env variables

Add .env file to main app folder. In file add OPENWEATHER_MAP_API_KEY variable.

Create databese and add some seed's

rake db:setup

Start application

rails start

About

Rails weather service using openwather data


Languages

Language:Ruby 81.6%Language:HTML 15.0%Language:JavaScript 2.6%Language:CoffeeScript 0.4%Language:CSS 0.4%