Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wberredo/geohash-converter-extension
Chrome extension to generate a geohash based in coordinates and vice versa.
https://github.com/wberredo/geohash-converter-extension
chrome chrome-extension geohash geohash-converter localization
Last synced: 19 days ago
JSON representation
Chrome extension to generate a geohash based in coordinates and vice versa.
- Host: GitHub
- URL: https://github.com/wberredo/geohash-converter-extension
- Owner: WBerredo
- License: mit
- Created: 2019-06-11T19:08:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:56:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T18:14:38.292Z (29 days ago)
- Topics: chrome, chrome-extension, geohash, geohash-converter, localization
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/geohash-converter/eldjdjjgeodihnmgembhcojljhinlehj
- Size: 3.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Geohash Converter
Chrome extension to generate a geohash based in coordinates and vice versa## Installation
Go to the [extension page](https://chrome.google.com/webstore/detail/geohash-converter/eldjdjjgeodihnmgembhcojljhinlehj)
on Chrome Web Store to download and install the extension.### Unpacked extension
If you want to download the zipped package from GitHub, follow the steps below:
- Unzip the file.
- On your Chrome Web Browser, Open (chrome://extensions/) or select the menu `Window > Extensions`.
- Enable developer mode at the top right.
- Click `Load unpacked extension...` and select the source code folder.
- Use it!## Usage
To use this converter you have 2 options:
1. Fill the coordinate fields and the geohash will be calculated;
2. Fill the geohash field and the coordinates will be calculated.PS: In both options the map will show the place where the coordinates are placed.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request## Credits
* [Create React App](https://github.com/facebook/create-react-app)
* [Geohash Converter Website](http://geohash.co/)
* [Freepik](https://www.freepik.com/?__hstc=57440181.7e77997cccd2700b82ae160b8417ffaf.1560272477995.1560272477995.1560353252453.2&__hssc=57440181.1.1560353252453&__hsfp=2825435680)
* [Open Street Map](https://www.openstreetmap.org/)## License
[MIT](./LICENSE)