Skip to content

hrmoises/node-sdk-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-sdk-example

Example for the circuit-sdk. The example shows how to logon to circuit, register for events, lookup a conversation, send a message, attach files to a message, send a comment.

Requirements

Getting Started

Use your own bot credentials (optional)

Run the app

    git clone https://github.com/circuit/node-sdk-example.git
    cd node-sdk-example
    npm install
    node index

Hint: pipe the logs to bunyan to get a nicer console output: node index | node_modules/.bin/bunyan

About

Basic example using Circuit Node.js SDK. Two bots login and send text message to eachother.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%