Skip to content

gokdayi/LocalWeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Weather App

A basic angular app which shows weather data according to the client's location.

Click here to view demo

Project Structure

  • index.html is the main and only page. I've used AngularJS to flavour the app. Angular expressions are used to show weather and location information to the client.

  • Scripts folder include all the javascript code :

    • app.js used to define the angular module app
    • indexController.js stores the angular controller. It also stores the main logic and some other helper functions
    • ip-service.js contains an angular service used to make http requests to receive location
    • weatherService.js contains an angular service used to receive weather information

3rd Party Dependencies

About

Free Code Camp - Local Weather App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published