Search weather using Weather Underground
- get findMany method of local storage adapter to work for compare route
You will need the following things properly installed on your computer.
git clone git@github.com:javascriptcowboy/weather.git
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
git push heroku master