-
Notifications
You must be signed in to change notification settings - Fork 4
Home
XhacKX edited this page Apr 29, 2020
·
12 revisions
Welcome to AzurAPI for JavaScript Developers
NPM:
Yarn:
Our libraries are made to be fully modular in Javascript, so developers are given the choice to do a full import or a partial Import of the library. In general, this is our recommended way of importing our library
We will be depreciating the wiki in favour of a centralised Documentation page located here https://azurapi.github.io/
Installation There are 2 ways to install the LibraryNPM:
npm install @azurapi/azurapi
yarn add @azurapi/azurapi
import azurapijs from '@azurapi/azurapi'
// or const azurapijs = require('@azurapi/azurapi')
Do look through the wiki to understand how we manage our library so that we can better optimise our full advantage of our codes