Socket
Socket
Sign inDemoInstall

keen-dashboard-builder

Package Overview
Dependencies
33
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    keen-dashboard-builder

Dashboard builder for Keen.io


Version published
Maintainers
4
Created

Readme

Source

Keen Dashboard Builder

Slack

Build status

CircleCI

Install

For npm package manager

npm install keen-dashboard-builder --save

For yarn

yarn add keen-dashboard-builder

Example

const myDashboardBuilder = new DashboardBuilder({
  container: '#app-container',
  keenAnalysis: {
    config: {
      projectId: 'YOUR_PROJECT_ID',
      masterKey: 'YOUR_MASTER_KEY',
      protocol: 'https',
      host: 'api.keen.io'
    }
  },
  keenWebHost: 'keen.io' // optional, the default is window.location.host
});

React component

https://github.com/keen/react-dashboards

npm scripts

List of useful commands that could be used by developers.

CommandDescription
lintrun linter against current application codebase.
testrun unit tests against current application codebase.
circularrun scripts responsible for the detection of circular dependencies between files.
commitrun commit command line interface.
prettierrun code formatter process against current codebase.

commit

This project uses Conventional Commits to enforce common commit standards.

Keywords

FAQs

Last updated on 21 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc