javascriptcowboy / weather

Check the weather using Weather Underground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather

Search weather using Weather Underground

TODO

  • get findMany method of local storage adapter to work for compare route

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:javascriptcowboy/weather.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying to Heroku

git push heroku master

About

Check the weather using Weather Underground


Languages

Language:JavaScript 69.5%Language:Handlebars 20.8%Language:HTML 5.6%Language:CSS 4.1%