azury

0.0.0 • Public • Published

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

Package Sidebar

Install

npm i azury

Weekly Downloads

2

Version

0.0.0

License

Apache-2.0

Unpacked Size

23.1 kB

Total Files

11

Last publish

Collaborators

  • azurydev