0.0.1 • Published 2 years ago

altern v0.0.1

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

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

0.0.1

2 years ago