Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsamaya/opencage-batch-geocoder-cfworker
https://github.com/tsamaya/opencage-batch-geocoder-cfworker
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsamaya/opencage-batch-geocoder-cfworker
- Owner: tsamaya
- License: mit
- Created: 2019-10-19T14:59:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:21:22.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:34:36.386Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 👷 `Cloudflare-Worker` bacth geocode with OpenCage Data API
[`index.js`](index.js) is the content of the Workers script.
#### Wrangler
Using [wrangler](https://github.com/cloudflare/wrangler)
```bash
$ wrangler preview
```#### Deploy
```bash
$ wrangler publish
```#### API
TODO
## Resources
- OpenCage Data Geocoder API : https://opencagedata.com/
- Cloudflare Workers : https://workers.cloudflare.com/
## Licensing
Licensed under the MIT License
A copy of the license is available in the repository's [LICENSE](LICENSE) file.