A basic angular app which shows weather data according to the client's location.
Click here to view demo
-
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
- AngularJS SPA framework by Google
- jQuery rich javascript library
- Weather Icons weather themed icons as css
- ip info simple ip-information api
- OpenWeatherMap Weather Info Api