0.3.2 • Published 3 years ago

patreon-ts v0.3.2

Weekly downloads
21
License
MIT
Repository
github
Last release
3 years ago

Patreon-TS Client

code style: eslint

Install

npm install patreon-ts --save
# @types are included.

Package

npm package

Examples

See the examples folder for in-depth example of how to use this library.

See .vscode/launch.json for breakdown of different debug profiles.

Debugging

Launching "Debug Example" will use <examples/redirect-flow/src/index.ts> as the entrypoint.

Launching "Debug Library" will use <src/patreon.ts> as the entrypoint.

Launching "Debug Current Library File" will debug the currently focused file.

Linting

The linting profile is set to error for the most part, so make sure you fix the issues!