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

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

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