3.0.0 • Published 1 year ago

@neoskop/uptrends-api v3.0.0

Weekly downloads
8
License
-
Repository
github
Last release
1 year 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

1 year ago

2.1.2

1 year ago

2.1.4

1 year ago

2.1.5

1 year ago

2.0.3

4 years ago

2.0.1

5 years ago

2.0.1-rc.1

5 years ago

2.0.0

6 years ago

2.0.0-rc.3

6 years ago

2.0.0-rc.0

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago