Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CiscoDevNet/node-sparky-samples
Cisco Spark client samples with node-sparky
https://github.com/CiscoDevNet/node-sparky-samples
Last synced: 3 months ago
JSON representation
Cisco Spark client samples with node-sparky
- Host: GitHub
- URL: https://github.com/CiscoDevNet/node-sparky-samples
- Owner: CiscoDevNet
- License: mit
- Created: 2017-07-25T09:51:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T06:29:12.000Z (almost 7 years ago)
- Last Synced: 2024-04-30T18:32:05.027Z (6 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webex - node-sparky-samples - Client samples with node-sparky (by ObjectIsAdvantag). (Code samples / REST API samples)
README
# Cisco Spark client code samples with node-sparky
Examples of client code using [node-sparky](https://github.com/flint-bot/sparky) to consume the Cisco Spark REST API.
## Quick start
Retrieve an Cisco Spark API access token from [Spark for developers](https://developer.ciscospark.com)
and run the command below in a terminal:```shell
git clone https://github.com/CiscoDevNet/node-sparky-samples
cd node-sparky-samples
npm install
SPARK_TOKEN=XXXXXXXXXXXX node create-message.js
```