2.1.0 • Published 7 years ago

api-poller v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

API Poller

Longpoll an API and log responses to disk

Setup

npm install
npm run buildOnce

for continous builds use

npm run build

Configuration

Create a config.json according to following scheme:

{
  "host": "",
  "port": 0,
  "paths": [
    "/a", "/b"
  ],
  "resultsFolder": ""
}

Run

npm run start <path to config.json> <duration in seconds>
2.1.0

7 years ago

2.0.0

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago