0.0.0-alpha.0 • Published 6 years ago

@mocoin/api-javascript-client v0.0.0-alpha.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Mocoin API client library for Javascript

Javascript client library for using Sasaki APIs. Support for authorization and authentication with OAuth 2.0.

Table of Contents

Installation

This library is distributed on npm. In order to add it as a dependency, run the following command:

npm install @mocoin/api-javascript-client

CommonJS

Include the library in your JavaScript file with

const mocoin = require("@mocoin/api-javascript-client");

Browser

Include lib/browser.js in your page.

<script type="text/javascript" src="./node_modules/@mocoin/api-javascript-client/lib/browser.js"></script>

License

ISC