Skip to content

csaoh/GeonamesServer

 
 

Repository files navigation

#GeonamesServer

Build Status

A node.js server used to get the biggest or the closest cities based on a given HTTP request.

##Documentation

Read The Documentation at Read The Docs !

##Usage Example

curl -XGET "§SERVER_URL/find_city?city=paris"
curl -XGET "§SERVER_URL/find_city?city=paris,f"
curl -XGET "§SERVER_URL/find_city?city=paris,f&sort=population"
curl -XGET "$SERVER_URL/getname?geonameid=123456"
curl -XGET "$SERVER_URL/getname?geonameid=123456"

##License

This project is licensed under the MIT license.

About

A node Geonames server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.5%
  • Shell 22.0%
  • Python 15.9%
  • PHP 9.6%