Skip to content

A very dumb proxy to run queries against OSMNames geocoding API, and make the result compatible with geocodejson

License

Notifications You must be signed in to change notification settings

geocoders/osmnames_geocodejson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSMNames geocoder in geocodejson format

Run queries against OSMNames geocoder API with support of geocodejson spec.

Intalling

Python3 is needed. To install the requirements :

    pipenv install
    pipenv shell

Running

OSMNAMES_API_KEY='your-osm_names_api_key' python api.py

Then, you can geocode some stuff :

    curl 'http://localhost:5000/?q=rue%20de%20la%20procession'

Or use geocoder-tester :

    py.test --api-url http://localhost:5000/ --max-run 10

About

A very dumb proxy to run queries against OSMNames geocoding API, and make the result compatible with geocodejson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages