Skip to content

antelligent-app/fastcode-dashboard-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard Example

fastcode-dashboard is a node library for sending data to fastcode's dashboard through your edge devices.

Installation

Use the package manager [npm or yarn] to install fastcode-dashboard package.

npm install @fastcode.cloud/fastcode-dashboard

Usage

const fastcodeDashboard = require("@fastcode.cloud/fastcode-dashboard");
fastcodeDashboard.dashboard([{
  key: "temp",
  value: value,
}]);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors