Tuitio client is an npm package written in typescript that facilitates the integration of a react application with Tuitio.
 
Go to file
Tudor Stanciu 6b3385af6a added tests 2023-02-10 02:20:52 +02:00
.vscode added tests 2023-02-10 02:20:52 +02:00
src added tests 2023-02-10 02:20:52 +02:00
.gitignore added tests 2023-02-10 02:20:52 +02:00
.npmrc Package initialization 2023-02-07 00:32:31 +02:00
.prettierrc Package initialization 2023-02-07 00:32:31 +02:00
README.md tuitio-client 2023-02-08 18:14:57 +02:00
jestconfig.json added tests 2023-02-10 02:20:52 +02:00
package-lock.json added tests 2023-02-10 02:20:52 +02:00
package.json added tests 2023-02-10 02:20:52 +02:00
tsconfig.json Package initialization 2023-02-07 00:32:31 +02:00
tslint.json Package initialization 2023-02-07 00:32:31 +02:00

README.md

Tuitio client

Introduction

Tuitio client is an npm package written in typescript that facilitates the integration of a react application with Tuitio.

Package installation

The package installation can be done in two ways:

  • from the command line: npm install @flare/tuitio-client@1.0.0
  • from the package.json file: "@flare/tuitio-client": "1.0.0"

How to use the package

TO DO

Unit testing

Unit testing is done using Jest. This is an awesome testing framework created by Facebook. The files containing tests are identified by the extension *.test.ts. All tests in the package can be executed by running: npm test.

Changelog

1.0.0 - Package initialization