1.0.1 ā€¢ Published 2 years ago

ciao-status-fetch v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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!