Skip to content

Rails engine to provide list of countries, etc. from geonames.

License

Notifications You must be signed in to change notification settings

deviantech/geo_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In your gemfile:

gem 'geo'

Then run:

rake geo:install:migrations
rake db:migrate

Then to pull down and import data from geonames.org:

rake geo:import:all

You’ll then be able to access the routes as /api/geo/xxx (e.g. /api/geo/continents.json)

This project rocks and uses MIT-LICENSE.

About

Rails engine to provide list of countries, etc. from geonames.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published