##Overview
A weather forecast application is a simple AngularJs Project that using service from the OpenWeatherMap API for fetching and displayting weather data and forecasts based on a given location.
##Technologies
- AngularJS
- HTML5
- CSS
- Bootstrap
- Bootstrapping app module and views
- Defining controllers
- Building custom directives for handling swtiching days and degree(celsius or fahrenheit)
- Building custom service and factory for fetching from Api
clone the project
$ git clone [email protected]:kimsrung/weather_forecast_app.git
$ cd weather_forecast_app
we have run it with http server. if you don't have one, you can install it by:
sudo npm install -g http-server
Run Project
http-server -a localhost -p 8000 -c-1
##Author
Application developed by Kimsrung Lov.