3.0.0 • Published 3 years ago

@neoskop/uptrends-api v3.0.0

Weekly downloads
8
License
-
Repository
github
Last release
3 years ago

@neoskop/uptrends-api

An implementation of the Uptrends API for NodeJS (and Browser).

Master Travis master Test coverage master Known Vulnerabilities master

Develop Travis develop Test coverage develop Known Vulnerabilities develop

Installation

yarn add @neoskop/uptrends-api

Usage

import { UptrendsAPI } from '@neoskop/uptrends-api'

const api = new UptrendsAPI({ username: 'foo', password: 'bar' });

api.getProbeGroups().then(groups => {
    console.log(groups);
}, err => {
    console.err(err);
});

Testing

yarn test

Building

yarn run build

License

MIT

Sponsor

Neoskop GmbH

3.0.0

3 years ago

2.1.2

3 years ago

2.1.4

3 years ago

2.1.5

3 years ago

2.0.3

5 years ago

2.0.1

6 years ago

2.0.1-rc.1

6 years ago

2.0.0

7 years ago

2.0.0-rc.3

7 years ago

2.0.0-rc.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago