https://github.com/scaledrone/feed-example
Feed example showcasing Scaledrone message history feature
https://github.com/scaledrone/feed-example
Last synced: 3 months ago
JSON representation
Feed example showcasing Scaledrone message history feature
- Host: GitHub
- URL: https://github.com/scaledrone/feed-example
- Owner: ScaleDrone
- Created: 2018-06-12T14:35:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T17:35:11.000Z (about 6 years ago)
- Last Synced: 2025-01-25T11:44:00.437Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Scaledrone](https://www.scaledrone.com/) Feed Example
This example showcases how the Scaledrone [message history](https://www.scaledrone.com/docs/message-history) feature can be used to keep state of online charts, dashboards and other stateful apps.
Limited access to the history feature is operated by the JWT server.
## [Live Example →](https://www.scaledrone.com/examples/feed/)
## Running the example
Install the dependencies:
```
npm install
```Create a new channel in Scaledrone and copy the ID and secret. Then start the server:
```
SCALEDRONE_CHANNEL=dJLd12d91d... SCALEDRONE_SECRET=8LI85gAt... npm start
```