This project was one of my Thinkful.com Course Projects
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.
-
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
.
Run gulp build
. The contents will be created inside of build/
.