ciao-status-fetch/README.md

968 B
Raw Permalink Blame History

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!