An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://secure.travis-ci.org/there4/jquery-geolocation.png?branch=master)](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.