GeoInfo
geoinfo
Geocoding and reverse-geocoding from the geo-info.co
API in Crystal.
Installation
-
Add the dependency to your
shard.yml
:dependencies: geoinfo: github: dscottboggs/geoinfo
-
Run
shards install
Usage
require "geoinfo"
GeoInfo::City.new(city: "New York", state: "New York", country: "US")
See src/city.cr
for members available, and spec/city_spec.cr
for more detailed usage examples.
Contributing
- Fork it (https://github.com/dscottboggs/geoinfo/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
- Scott Boggs - creator and maintainer
Repository
GeoInfo
Owner
Statistic
- 5
- 0
- 0
- 0
- 0
- over 5 years ago
- August 10, 2019
License
MIT License
Links
Synced at
Thu, 21 Nov 2024 12:53:41 GMT
Languages