Go to file
2019-11-18 16:26:02 +00:00
.vscode fix(core): update 2019-11-13 17:21:52 +01:00
test fix(readme): add links to documentation 2019-11-18 16:18:58 +00:00
ts fix(readme): add links to documentation 2019-11-18 16:18:58 +00:00
.gitignore fix(core): update 2019-11-13 17:21:52 +01:00
.gitlab-ci.yml fix(core): update 2019-11-13 17:21:52 +01:00
license fix(core): update 2019-11-13 17:21:52 +01:00
npmextra.json fix(core): update 2019-11-13 17:21:52 +01:00
package-lock.json 1.0.7 2019-11-18 16:26:02 +00:00
package.json 1.0.7 2019-11-18 16:26:02 +00:00
qenv.yml fix(readme): add links to documentation 2019-11-18 16:18:58 +00:00
readme.md fix(readme): show how to instantiate account 2019-11-18 16:26:01 +00:00
tslint.json fix(core): update 2019-11-13 17:21:52 +01:00

@mojoio/letterxpress

an unofficial API package for the letterxpress API

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class intellisense.

letterxpress implements the LXP API documented here: LXP API Documentation

import * as letterxpress from '@mojoio/letterxpress'

const account = new letterxpress.LetterXpressAccount({
  email: 'myemail@example.com',
  apiToken: 'abcdefghijklmnop1234567890'
})

Contribution

We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can contribute one time or contribute monthly. :)

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer