https://github.com/circuit/circuit-sdk-app
Circuit-like app built with vue.js and Circuit JS SDK
https://github.com/circuit/circuit-sdk-app
api circuit js-sdk webrtc
Last synced: about 1 month ago
JSON representation
Circuit-like app built with vue.js and Circuit JS SDK
- Host: GitHub
- URL: https://github.com/circuit/circuit-sdk-app
- Owner: circuit
- Created: 2017-01-21T23:42:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T16:57:49.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T10:11:37.014Z (about 1 year ago)
- Topics: api, circuit, js-sdk, webrtc
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circuit-like app built with vue.js and Circuit JS SDK
Circuit-like app built with vue.js and [Circuit JS SDK](https://circuit.github.io/jssdk.html). Showcases several different JS SDK APIs. RTC APIs still to be added.
Live at https://rawgit.com/circuit/circuit-sdk-app/master/index.html
## Getting Started ##
```bash
git clone https://github.com/circuit/circuit-sdk-app.git
cd circuit-sdk-app
npm install
npm install -g http-server
http-server
```
