Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit ffcc739

Browse files
committed
chore: Move project
1 parent 8ebfd19 commit ffcc739

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2
-11484
lines changed

.github/main.workflow

-23
This file was deleted.

.gitignore

-4
This file was deleted.

.npmrc

-2
This file was deleted.

.prettierrc.json

-12
This file was deleted.

.travis.yml

-13
This file was deleted.

LICENSE

-21
This file was deleted.

README.md

+2-35
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,3 @@
1-
# updown.io.js [![Build Status](https://api.travis-ci.org/ffflorian/updown.io.js.svg?branch=master)](https://travis-ci.org/ffflorian/updown.io.js/) [![npm version](https://img.shields.io/npm/v/updown.io.svg?style=flat)](https://www.npmjs.com/package/updown.io) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=ffflorian/updown.io.js)](https://dependabot.com)
1+
# updown.io
22

3-
An [updown.io](https://updown.io) API client. For a documentation on the API see https://updown.io/api.
4-
5-
## Usage
6-
7-
A complete documentation is available at https://ffflorian.github.io/updown.io.js/.
8-
9-
### Installation
10-
11-
Run `yarn add updown.io` or `npm install updown.io`.
12-
13-
### Example
14-
15-
```ts
16-
import {UpdownIO} from 'updown.io';
17-
18-
const updownIO = new UpdownIO('my-api-key'); // API key is only required for checks
19-
20-
UpdownIO.api.checks.getChecks()
21-
.then(checks => {
22-
//
23-
})
24-
25-
updownIO.api.nodes.getNodes()
26-
.then(nodes => {
27-
// ...
28-
})
29-
```
30-
31-
## Build and test
32-
33-
```
34-
yarn
35-
yarn test
36-
```
3+
This repository moved to [ffflorian/api-clients/updown.io](https://github.com/ffflorian/api-clients/tree/master/packages/updown.io).

docs/.nojekyll

Whitespace-only changes.

docs/assets/css/main.css

-865
This file was deleted.

docs/assets/css/main.css.map

-7
This file was deleted.

docs/assets/images/icons.png

-9.26 KB
Binary file not shown.

docs/assets/images/icons@2x.png

-27.1 KB
Binary file not shown.

docs/assets/images/widgets.png

-480 Bytes
Binary file not shown.

docs/assets/images/widgets@2x.png

-855 Bytes
Binary file not shown.

docs/assets/js/main.js

-5
This file was deleted.

docs/assets/js/search.js

-3
This file was deleted.

docs/classes/_api_checksapi_.checksapi.html

-551
This file was deleted.

0 commit comments

Comments
 (0)