pixela-dashboard is an unofficial dashboard web app for Pixela graphs.
- You can try demo version from HERE
The dashboard currently supports:
- view multiple graphs at a glance on a single page
- record / update pixels (data points) on the graphs
- not support other actions, e.g. create user, create graph and delete pixel
git clone https://github.com/jagijagijag1/pixela-dashboard
yarn install
If you don't have user/graphs on Pixela, create your own at first.
Describe your pixela info to src/pixela-config.json
{
"user": "<your-user-id>",
"graphs" : [
"<your-graph-id-1>",
"<your-graph-id-2>",
"<your-graph-id-3>",
]
}
yarn run serve
then access to the http://localhost:8080/
yarn run build
then put the files under dist
to AWS S3 bucket or any other website hosting services as you like.