ciao-status-fetch

1.0.1 • Public • Published

Welcome to ciao-status-fetch 👋

Version License: MIT Twitter: bravo68web

A SDK to fetch data from Ciao instance

Install

npm i ciao-status-fetch

Usage

const ciaoInstance = require('./index.js')
const checker = new ciaoInstance("<ciao-instance-url>")

const status =  async () => {
    await checker.check(<id>);
  };

Run tests

yarn run test

Author

👤 BRAVO68WEB

Show your support

Give a ⭐️ if this project helped you!

Readme

Keywords

none

Package Sidebar

Install

npm i ciao-status-fetch

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

2.39 kB

Total Files

4

Last publish

Collaborators

  • bravo68web