Skip to content

Commit

Permalink
add .replit
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Urscheler committed Jan 21, 2020
1 parent 731595c commit eeaa973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .replit
@@ -0,0 +1,2 @@
language = "nodejs"
run = "npm start"
4 changes: 0 additions & 4 deletions README.md
@@ -1,13 +1,9 @@
# node-sdk-example
<<<<<<< Updated upstream

[![Run on Repl.it](https://repl.it/badge/github/circuit/node-sdk-example)](https://repl.it/github/circuit/node-sdk-example)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Example for the [Circuit Node SDK](https://github.com/circuit/circuit-sdk).
=======
Example for the [circuit-sdk](https://github.com/circuit/circuit-sdk).
>>>>>>> Stashed changes
The example shows how to logon to circuit, register for events, lookup a conversation, send a message/reply, attach files to a message and more.


Expand Down

0 comments on commit eeaa973

Please sign in to comment.