Go to file
2024-04-17 19:47:23 +02:00
.vscode fix(core): update 2022-06-16 03:29:41 +02:00
test fix(core): update 2024-02-19 01:35:46 +01:00
ts fix(core): update 2024-04-17 19:47:23 +02:00
.gitignore fix(core): update 2022-06-16 03:29:41 +02:00
.gitlab-ci.yml fix(core): update 2022-06-16 03:29:41 +02:00
license fix(core): update 2019-11-13 17:21:52 +01:00
npmextra.json fix(core): update 2022-06-16 03:29:41 +02:00
package-lock.json 1.0.19 2024-04-17 19:47:23 +02:00
package.json 1.0.19 2024-04-17 19:47:23 +02:00
pnpm-lock.yaml fix(core): update 2024-04-17 19:47:23 +02:00
qenv.yml fix(core): update 2019-11-22 14:02:56 +00:00
readme.md fix(core): update 2022-06-16 03:29:41 +02:00
tsconfig.json fix(core): update 2024-02-16 20:27:14 +01:00

@mojoio/letterxpress

an unofficial API package for the letterxpress API

Status for master

Status Category Status Badge
GitLab Pipelines pipeline status
GitLab Pipline Test Coverage coverage report
npm npm downloads per month
Snyk Known Vulnerabilities
TypeScript Support TypeScript
node Support node
Code Style Code Style
PackagePhobia (total standalone install weight) PackagePhobia
PackagePhobia (package size on registry) PackagePhobia
BundlePhobia (total size when bundled) BundlePhobia
Platform support Supports Windows 10 Supports Mac OS X

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