geocoder
Version, currently main branch1 version
- main branchlatestFeb 20, 2025
github.com/jgaskins/geocoder
Geocoding API for various backends
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
geocoder:
github: jgaskins/geocoder
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
>= 1.15.0- License
- MIT
- Author
- Jamie Gaskins
Dependencies
This version declares no dependencies.
README
geocoder
Allows geocoding and reverse-geocoding using swappable backends for lookup.
Installation
-
Add the dependency to your
shard.yml:dependencies: geocoder: github: jgaskins/geocoder -
Run
shards install
Usage
require "geocoder"
Geocoder.search "1060 W Addison, Chicago, IL"
# => [Geocoder::Result(@latitude=41.94818455, @longitude=-87.65555899980043)]
Contributing
- Fork it (https://github.com/jgaskins/geocoder/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Jamie Gaskins - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- Feb 20, 2025
- Crystal
>= 1.15.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/jgaskins/geocoder
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1