Skip to content
XhacKX edited this page Dec 4, 2019 · 12 revisions

JavaScript Development

Welcome to AzurAPI for JavaScript Developers

Installation

There are 2 ways to install the Library
NPM:
npm install @azurapi/azurapi
Yarn:
yarn add @azurapi/azurapi

Importing Library

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
import azurapijs from 'azurapi-js'
// or const azurapijs = require('azurapi-js')

Do look through the wiki to understand how we manage our library so that we can better optimise our full advantage of our codes

Clone this wiki locally