/GeonamesServer

A node Geonames server

Primary LanguageJavaScriptOtherNOASSERTION

#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.