Skip to content

nulab/typetalk-ws-node-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Typetalk websocket client sample

Setup

Install npm libraries

$ npm install

Register an application

Create your application for using API.

Grant Type must be Client Credentials.

Execute

You should set environments to use Typetalk API before execute.

Windows

> set TYPETALK_CLIENT_ID=XXXX
> set TYPETALK_CLIENT_SECRET=XXXX

> node index.js

Mac

$ export TYPETALK_CLIENT_ID=XXXX
$ export TYPETALK_CLIENT_SECRET=XXXX

$ node index.js

About

Example code for Streaming API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published