31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
# simpleWeather - jQuery Plugin [](http://badge.fury.io/gh/monkeecreate%2Fjquery.simpleWeather)
|
|
|
|
A simple jQuery plugin to display current weather data for any location and doesn't get in your way. Now supports HTML5 GeoLocation! Handcrafted with ♥ from Austin, Texas by [James Fleeting](http://twitter.com/fleetingftw). You can find demos and docs at [simpleweatherjs.com](http://simpleweatherjs.com).
|
|
|
|
## Get The Latest
|
|
**[Bower](http://bower.io/)**
|
|
```shell
|
|
bower install simpleWeather
|
|
```
|
|
|
|
**[Component(1)](http://component.io/)**
|
|
```shell
|
|
component install monkeecreate/jquery.simpleWeather
|
|
```
|
|
|
|
**[CDNJS](http://cdnjs.com/libraries/jquery.simpleWeather/)**
|
|
```html
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.simpleWeather/3.0.2/jquery.simpleWeather.min.js"></script>
|
|
```
|
|
|
|
**Git**
|
|
```shell
|
|
git clone git://github.com/monkeecreate/jquery.simpleWeather.git
|
|
```
|
|
|
|
**Zip File**
|
|
> Download the latest version at [simpleweatherjs.com](http://simpleweatherjs.com)
|
|
|
|
## Questions?
|
|
If you have any questions or problems hit me up on [twitter](http://twitter.com/fleetingftw) or create a [new issue](https://github.com/monkeecreate/jquery.simpleWeather/issues/new). Don't forget to check the documentation and FAQ at [simpleweatherjs.com](http://simpleweatherjs.com).
|