Welcome to ciao-status-fetch 👋
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
- Website: https://bravo68web.me
- Twitter: @bravo68web
- Github: @BRAVO68WEB
- LinkedIn: @bravo68web
Show your support
Give a ⭐️ if this project helped you!