https://github.com/briandowns/roam-client
Roam by Tile38 API Client
https://github.com/briandowns/roam-client
geofences geospatial gis golang tile38
Last synced: about 1 month ago
JSON representation
Roam by Tile38 API Client
- Host: GitHub
- URL: https://github.com/briandowns/roam-client
- Owner: briandowns
- License: mit
- Created: 2017-02-25T18:38:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T19:10:09.000Z (about 8 years ago)
- Last Synced: 2025-04-11T02:08:23.531Z (about 1 month ago)
- Topics: geofences, geospatial, gis, golang, tile38
- Language: Go
- Size: 3.91 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roam API Client
Go package for developing applications using [Roam](https://roam.sh/).
## Setup
* Go to the [account page](https://roam.sh/account), sign-in, and get an auth token.
* Set your token in a secure location. ie. environment variable## Installation
```
go get github.com/briandowns/roam-client
```## Contributing
* Submit and issue
* Fork, code, and submit a PR