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
-
Clone from https://github.com/thinkful/angular-weather-app.git
-
Then
cd
into the project directory and runnpm install
-
Then run
gulp
-
Open a browser at
localhost:8080
.
Packaging the website
Run gulp build
. The contents will be created inside of build/
.