Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandremasy/sample-angular-weather
Angular weather demonstration application
https://github.com/alexandremasy/sample-angular-weather
Last synced: about 1 hour ago
JSON representation
Angular weather demonstration application
- Host: GitHub
- URL: https://github.com/alexandremasy/sample-angular-weather
- Owner: alexandremasy
- License: mit
- Created: 2014-10-04T16:04:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-05T13:02:19.000Z (about 10 years ago)
- Last Synced: 2024-11-06T19:55:53.561Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://ahsx.github.io/sample-angular-weather/
- Size: 1.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
AngularJS - Weather WebApp
============Example of an AngularJS web-application using animation and dynamic data. Might not be production ready, but sure is learning ready. Enjoy, feel free to use it.
## Demo
## Installation (dev mode)
1. Install the node module `npm install`
2. Install the bower libs `bower install`
3. Run a the folder in a webserver. E.g. `python -m SimpleHTTPServer`
4. Boom, navigate to the page.
5. *Optional* build the sources (js + less) `gulp dev`