agma.js

Access the public Agma.IO APIs with ease

Usage no npm install needed!

<script type="module">
  import agmaJs from 'https://cdn.skypack.dev/agma.js';
</script>

README

Agma.JS

Installation

# if you use NPM
npm install --save agma.js
# or, if you use Yarn
yarn add agma.js

Importing

// CommonJS
const Agma = require('agma.js');
// ES6
import * as Agma from 'agma.js';

Documentation

You can visit agma.js docs here