Skip to content

kimsrung/weather_forecast_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

AngularJs Weather forecast App

##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

Points of interests:

  • 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

Installation and Run the Application

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.

About

using angularJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published