/WeatherForecast

Weather Forecast for City

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Weathercast

A simple search weather forecast app in AngularJS.

Weather Forecast API

How to Start this App

To use this project as your own, start by cloning the repository:

$ git clone https://github.com/mkginfo/WeatherForecast

The project uses Grunt to run tasks in development. To start, install the project dependencies by running:

$ npm install

Run the Application

Run the application locally using the Grunt file's default task:

$ grunt

The default task runs a simple server on port 3000. To view it in a any browser, go to http://localhost:3000.