@meza/twitch-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

twitch-client

... well, mostly a stripped down chat client for now.

Why?

There's a few good libraries out there already for this. Some are functional but not tested. Some are tested but with bad authentication. Some just have no types.

This package should solve most of these issues. Using modern syntax, typescript and cross platform dependencies paired with vigorous TDD, it should be a safe option for the perfectionists out there.

If you find something that you would like to contribute with, please do so!

Local development quickstart:

Other commands

  • yarn test: to run tests
  • yarn test:coverage: to run the coverage

Playing with the library

Another typescript project

Use it in another project by either directly importing src/index.ts

A non typescript project

  1. run yarn build
  2. import dist/index.js from your js project

/@meza/twitch-client/

    Package Sidebar

    Install

    npm i @meza/twitch-client

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    39.8 kB

    Total Files

    41

    Last publish

    Collaborators

    • meza