This is a simple ember read-only app that fetches current forecast for a random latitude & longitude from forecast.io & shows it on the page. You can hit a button to get a new random forecast.
You will need the following things properly installed on your computer.
git clone https://github.com/tundal45/forecast.gitthis repository- change into the new directory
npm installbower install
ember server --proxyhttps://api.forecast.io/forecast/<YOUR_API_KEY>`- Visit your app at http://localhost:4200.