Go to file
Jyotirmoy Bandyopadhayaya 73b7673d07 Added Docs 2022-05-14 14:34:49 +05:30
.gitignore inital release 2022-05-14 14:29:11 +05:30
README.md Added Docs 2022-05-14 14:34:49 +05:30
index.js inital release 2022-05-14 14:29:11 +05:30
index.test.js inital release 2022-05-14 14:29:11 +05:30
package.json Added Docs 2022-05-14 14:34:49 +05:30
yarn.lock inital release 2022-05-14 14:29:11 +05:30

README.md

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!