azury
v0.0.0
Published
Powerful Javascript SDK for Azury
Downloads
2
Maintainers
Readme
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
getUser(uid)
getAvatar(uid)
getNickname(uid)
getBio(uid)
getBadges(uid)
getUserCreationDate(uid)
getUserCreationTimestamp(uid)