skyline-js
Check out your Skyline inbox with native Javascript
Skyline is a platform provided by the Nexxera Group to receive and send messages. This project is a non-official Node.JS package that implements an interface to its API, allowing you to check you inbox without having to run any binary file.
Getting Started
To add this module as a dependency to your project, you can simply npm install
it:
npm install --save skyline-js
Here is an example of how to use this tool to get your inbox messages:
const skyline =username: 'my-skyline-login'password: 'my-skyline-password'skyline
Contributing
This project is licensed under the MIT license. Please feel free to open issues and submitting pull requests!