Skip to content
/ jeoquery Public
forked from tompi/jeoquery

jQuery wrapper for easily calling geonames.org jsonp services

Notifications You must be signed in to change notification settings

ikb42/jeoquery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jeoquery

jQuery wrapper for easily calling geonames.org jsonp services, and a few ui-controls for populating html selects and inputs with geonames data.

Why use it?

There are heaps of server side libs that wrap geonames services. Many web-projects use these libs and make their web pages do a request against their own server which in turn does another request against the geonames services. This is really not necessary, use the geonames service directly from the users browser, and avoid superflous latency!

How to use

You need to:

  • Download and include jeoquery.js
  • Get an account at geonames: http://www.geonames.org/login (it's free)
  • Set this account before using any methods: jeoquery.defaultData.userName = 'your-geonames-user';

Check out the demo-pages for more info: http://tompi.github.com/jeoquery/

Maintainer

Thomas Haukland [email protected]

License

The same as jquery: http://jquery.org/license

About

jQuery wrapper for easily calling geonames.org jsonp services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • CSS 6.7%