/weather-app-angular-deux

An experiment with Angular 2.0

Primary LanguageCSS

Weather Me

A sample weather application built to as an experiment with Angular 2.0.

Getting Started

  • 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 replace var forecastIoApiKey = 'API_KEY'; with the actual API Key.
  • Run npm install and gulp from a terminal to install and build the frontend resources.
  • Run gulp serve to launch the application.