A sample weather application built to as an experiment with Angular 2.0.
- To run the demo application you'll need to go grab an API Key for Forecast.io. You can find a code over at Forecast.io
- Open up
app/index.html
and replacevar forecastIoApiKey = 'API_KEY';
with the actual API Key. - Run
npm install
andgulp
from a terminal to install and build the frontend resources. - Run
gulp serve
to launch the application.