1.0.9 • Published 6 years ago

gapdog v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

gapdog

usage

CLI

  • NodeJS v8.6.0~ recommended
  • npm i -g gapdog
  • One time usage: gapdog command only
  • Stream logger usage: gapdog --tail

Lambda

  • Put S3 dedicated IAM credential to .env
  • Prepare you AWS CLI credential also (LambdaFullAccess needed)
  • npm run deploy
  • You'll see lambda task, S3 bucket as the result
  • I personally intend to integrate with CloudWatch, Athena and Redash

file structure

  • index.js is one time command handler
  • bin/gapdog is JS file that handle global command. This file is exposed to npm command. package.json's bin field is specifying here.
  • src/calc is exporting run function. This function is just fetching some PublicAPI and calculating gap.
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago