Thinkful Weather App

A simple static angular application built with angular, underscore and gulp to query weather information for the top 100 US cities.

The application makes use of the handy Open Weather API.

Installation

  1. Clone from https://github.com/thinkful/angular-weather-app.git

  2. Then cd into the project directory and run npm install

  3. Then run gulp

  4. Open a browser at localhost:8080.

Packaging the website

Run gulp build. The contents will be created inside of build/.