gpxl / simple-weather-rails

A small wunderground api app

Home Page:http://simple-weather-rails.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeship Status for gpxl/simple-weather-rails

Deploy

#Simple Weather: Rails ###A simple weather app using Rails and the WUnderground API

demo

Given a zipcode, this will return the current conditions and 3 day forcast from WUnderground. Very simple and probably should have been an Ember or Sinatra app.

##Variants

##Author

Running this locally

From the root of the repository, install the tools used to develop.

$ bundle install

In the root of the repository, add a .env file with your WUnderground API token

$ WU_API_TOKEN=YOUR_API_KEY

Then serve it on a local server on http://localhost:3000/

$ rails server

Running tests

$ rake spec

About

A small wunderground api app

http://simple-weather-rails.herokuapp.com


Languages

Language:Ruby 72.7%Language:HTML 19.8%Language:CSS 5.7%Language:JavaScript 1.8%