appfollow-api

0.0.3 • Public • Published

appfollow-api

A JS wrapper for the AppFollow API.

Installation

npm install --save appfollow-api

Usage

To execute AppFollow APIs, you need your API secret and cleint ID. For the details about the API, see AppFollow help center.

var AppFollow = require('appfollow-api');
AppFollow.api('your-api-secret')
    .apps({cid: 'your-client-id'}, function (err, result) {
        console.log(result);
    });

Dependents (0)

Package Sidebar

Install

npm i appfollow-api

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

15.1 kB

Total Files

11

Last publish

Collaborators

  • hkurokawa