https://github.com/there4/jquery-geolocation
jQuery Geolocation with IpInfoDB
https://github.com/there4/jquery-geolocation
Last synced: 11 months ago
JSON representation
jQuery Geolocation with IpInfoDB
- Host: GitHub
- URL: https://github.com/there4/jquery-geolocation
- Owner: there4
- License: mit
- Created: 2011-11-29T17:51:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-23T14:54:33.000Z (about 14 years ago)
- Last Synced: 2025-01-30T22:56:32.152Z (over 1 year ago)
- Language: PHP
- Size: 203 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
[](http://travis-ci.org/there4/jquery-geolocation)
# jQuery Geolocation
jQuery Geolocation with IpInfoDB
## Getting Started
Download the [production version][min] or the [development version][max].
[min]: https://raw.github.com/there4/geolocation/master/dist/jquery.geolocation.min.js
[max]: https://raw.github.com/there4/geolocation/master/dist/jquery.geolocation.js
In your web page:
```html
jQuery(function($) {
$.geolocation.find();
});
```
## Documentation
_(Coming soon)_
## Examples
_(Coming soon)_
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](https://github.com/cowboy/grunt).
_Also, please don't edit files in the "dist" subdirectory as they are generated via grunt. You'll find source code in the "src" subdirectory!_
## Release History
_(Nothing yet)_
## License
Copyright (c) 2012 Craig Davis
Licensed under the MIT license.