ciao-status-fetch
v1.0.1
Published
A SDK to fetch data from Ciao instance
Readme
Welcome to ciao-status-fetch 👋
A SDK to fetch data from Ciao instance
Install
npm i ciao-status-fetchUsage
const ciaoInstance = require('./index.js')
const checker = new ciaoInstance("<ciao-instance-url>")
const status = async () => {
await checker.check(<id>);
};
Run tests
yarn run testAuthor
👤 BRAVO68WEB
- Website: https://bravo68web.me
- Twitter: @bravo68web
- Github: @BRAVO68WEB
- LinkedIn: @bravo68web
Show your support
Give a ⭐️ if this project helped you!
