2.1.1 • Published 2 years ago

@84codes/sparoid v2.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

SPAroid

JavaScript/NodeJS implemention of the SPAroid client.

Usage

import * as sparoid from '@84codes/sparoid'

// Sparoid will read the environment variables SPAROID_KEY and SPAROID_HMAC_KEY
await sparoid.auth(host, port, key, hmac_key)

// alternatively
await sparoid.auth(host, port)

Or in CommonJS environments:

import('@84codes/sparoid').then((sparoid) => {
  sparoid.auth(host, port).then(() => { console.log("authed") })
})
2.1.1

2 years ago

2.1.0

3 years ago

1.1.0

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago