0.0.4 • Published 1 year ago

cotalker-sdk v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

cotalker-sdk

For Cotalker Partners, this library will help you communicate with Cotalker's API.

Prerequisites

This project requires NodeJS and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

    $ npm -v && node -v

If not we recommend the use of NVM which you can easily install with

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

and then you can install node

    nvm install node

How to Install and Run the Project

With node installed you can use npm, its default package manager. To install cotalker-sdk simply write in your terminal

    npm i cotalker-sdk

How to Use the Project

You can now import Cotalker's API and use its methods to communicate with your workspace, by example:

    import { CotalkerAPI } from "cotalker-sdk" 

    const token = "..."
    const  helloAPI = new CotalkerAPI(token)
0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago