1
0
Fork 0
Go to file
Andrew Tomaka 711d8c4c5f
Only check for updates every day
2018-06-13 19:05:20 -04:00
.env.sample Include sample environment file 2018-03-08 11:26:49 -05:00
.gitignore Initial commit 2018-03-08 11:25:10 -05:00
Makefile Initial commit 2018-03-08 11:25:10 -05:00
README.md Add README 2018-03-08 11:29:47 -05:00
docker-compose.yml Initial commit 2018-03-08 11:25:10 -05:00
dynamodb-connect.js Initial commit 2018-03-08 11:25:10 -05:00
handler.js Initial commit 2018-03-08 11:25:10 -05:00
package.json Initial commit 2018-03-08 11:25:10 -05:00
serverless.yml Only check for updates every day 2018-06-13 19:05:20 -04:00
yarn.lock Initial commit 2018-03-08 11:25:10 -05:00

README.md

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