2.2.0 • Published 1 year ago

acp-node-lib v2.2.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

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.

2.2.0

1 year ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago