0.0.0 • Published 3 years ago

azury v0.0.0

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

Azury's SDK

A powerful Node.js package that allows you to easily interact with Azury's API.

  • asynchronous
  • performant
  • modular

Want to use Azury directly from your console? Check out our CLI!

Overview

Installation

Install the SDK using your favorite package manager.

npm i azury
yarn add azury

Create a new instance.

import azury from 'azury'

azury({
  secret: 'super duper secret token', // keep your api secret hidden from everyone, e.g. in a .env file
  new: true, // notify on launch if there's a new version of the sdk
  logging: true // logging is only recommended in development
})

API

Users

Files