2.2.0 • Published 2 years ago

acp-node-lib v2.2.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years 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

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago