agma.js
v1.0.1
Published
Access the public Agma.IO APIs with ease
Readme
Agma.JS
Installation
# if you use NPM
npm install --save agma.js
# or, if you use Yarn
yarn add agma.jsImporting
// CommonJS
const Agma = require('agma.js');
// ES6
import * as Agma from 'agma.js';Documentation
You can visit agma.js docs here
