Skip to content

pfftdammitchris/k2s

Repository files navigation

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

About

Keep2share API for NodeJS and the browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published