https://github.com/atomaka/lightspeed-watcher
https://github.com/atomaka/lightspeed-watcher
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomaka/lightspeed-watcher
- Owner: atomaka
- Created: 2018-03-08T16:25:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T23:10:09.000Z (about 8 years ago)
- Last Synced: 2025-06-26T16:09:50.614Z (about 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lightspeed-watcher
Track areas currently beign crowd source funded from www.golightspeed.com
## Development
* `cp .env.sample .env`
* edit .env to have the zones you are interested in
* `docker-compose up -d`
* `make setup`
* `make test`
* Will insert into DynamoDB
You can use the shell of the local DynamoDB container to view results:
http://localhost:8898
## Production
* `cp .env .env.production`
* Remove `DYNAMODB_ENDPOINT` setting
* `make deploy`