Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kopoli/ya-openweathermap
Yet another AngularJS openweathermap widget
https://github.com/kopoli/ya-openweathermap
Last synced: about 2 months ago
JSON representation
Yet another AngularJS openweathermap widget
- Host: GitHub
- URL: https://github.com/kopoli/ya-openweathermap
- Owner: kopoli
- License: mit
- Created: 2015-08-24T16:47:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T16:54:07.000Z (over 9 years ago)
- Last Synced: 2023-04-20T00:47:31.462Z (over 1 year ago)
- Language: HTML
- Size: 8.45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* Yet another AngularJS Openweathermap widget
This is a lightweight [[http://openweathermap.org/][openweathermap]] widget for [[https://angularjs.org][AngularJS]] which uses the
[[https://github.com/erikflowers/weather-icons][weather-icons]].** Screenshot
[[./img/ya-openweathermap.png]]
** External components
This is based on the following components:
- [[http://getbootstrap.com/][bootstrap]] 3.3.5
- [[http://angularjs.org][AngularJS]] 1.3.16
- [[https://github.com/erikflowers/weather-icons][weather-icons]] 2.0.1They are included in the external directory.
** Usage
The following displays a similar block to the screenshot:
#+begin_src html
#+end_srcThe parameter /city-name/ is the city-name which will be given to the
openweathermap api. The /api-key/ is the key that you receive when you
register your app to the openweathermap service.See the example.html for specific details.
** License
MIT