# node-sparky-samples **Repository Path**: mirrors_CiscoDevNet/node-sparky-samples ## Basic Information - **Project Name**: node-sparky-samples - **Description**: Cisco Spark client samples with node-sparky - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-10-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```