3.0.0 • Published 3 years ago
@neoskop/uptrends-api v3.0.0
@neoskop/uptrends-api
An implementation of the Uptrends API for NodeJS (and Browser).
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
Sponsor
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