Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CiscoDevNet/node-sparky-samples

Cisco Spark client samples with node-sparky
https://github.com/CiscoDevNet/node-sparky-samples

Last synced: about 2 months ago
JSON representation

Cisco Spark client samples with node-sparky

Awesome Lists containing this project

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
```