k2s
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

k2s

Keep2share API client. Supports NodeJS and the browser.

Full documentation coming soon

Installation

npm install k2s

Usage

const { Keep2Share } = require('k2s')

const username = 'myUsername'
const password = 'myPassword'

const k2s = new Keep2Share(username, password)

k2s
  .init()
  .then(() => {
    // Access token saved internally for subsequent requests.
  })
  .catch((error) => {
    console.error(error)
  })

Contributions

License

Readme

Keywords

Package Sidebar

Install

npm i k2s

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

38.6 kB

Total Files

5

Last publish

Collaborators

  • projectbreeze