acp-node-lib
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

acp-node-lib

This is a simple library which allows node users to interact with the ACP API. For now, it acts as if it is the WebIde version.

Usage

Install using npm install acp-node-lib or yarn add acp-node-lib.

In your project, require the package const ACP = require('acp-node-lib') or import it import ACP from 'acp-node-lib'

Create a new instance of the api and pass in the location to store the token for future logins const acp = new ACP('./my-credentials.json')

Login

You must login with your ACP Account. This will likely be something like User: xyz@unidomain.com, Password: abcd123

acp.login(xyz@unidomain.com, abcd123) will log you into acp.

/acp-node-lib/

    Package Sidebar

    Install

    npm i acp-node-lib

    Weekly Downloads

    3

    Version

    2.2.0

    License

    UNLICENSED

    Unpacked Size

    47.7 kB

    Total Files

    22

    Last publish

    Collaborators

    • pkwadsy