1.0.1 • Published 3 years ago

azury.js v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Azury.js

https://npmjs.com/package/npm/azury.js

Azury.js is a powerful, easy-to-use JavaScript Library to interact with Azury's Public API.

Setup

Install Azury.js by running the following command in your console.

 npm i azury.js

Create a configuration file named azury.json in the root directory of your project and paste the following code.

{
  "token": "PASTE YOUR TOKEN HERE",
  "notifications": "true",
  "errors": "true"
}

Documentation

Check out our Wiki for a easy-to-understand documentation.