@redhat-exd/container-analytics
v1.0.4
Published
A web component for viewing Red Hat and partner (ISV) container repository analytics data. This component is intended to consume the data provided by the Pyxis API. The data must be passed to the component.
Downloads
4
Readme
Container Analytics
A web component for viewing Red Hat and partner (ISV) container repository analytics data. This component is intended to consume the data provided by the Pyxis API. The data must be passed to the component.
Setup
npm install
Running the Development Server
The development setup includes an injection script which pulls sample statistics from the Pyxis internal stage environment. Authentication is required to access this data. If you wish to use that utility script (the default) please refer Pyxis documentation to request access and ensure your browser is configured to authenticate properly.
npm start
Running Link Checks
npm run lint
Running Tests
npm test
Usage
<redhat-container-analytics></redhat-container-analytics>
TODO: Demonstrate how to pass data/properties to the web component