altern

0.0.1 • Public • Published

Altern npm Package

This is an npm package designed to interact with the Altern API. With it, you can easily check the status of the API and perform other functionalities.

Installation

npm install altern

Example

const altern = require('altern');

altern.isStatusSuccess().then(status => {
    console.log(status);  // Returns true if status is 'success'
});

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i altern

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

1.27 kB

Total Files

3

Last publish

Collaborators

  • dariubs