https://github.com/mfa/showcase-datasette-billboardjs
https://github.com/mfa/showcase-datasette-billboardjs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfa/showcase-datasette-billboardjs
- Owner: mfa
- Created: 2022-12-26T20:24:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T20:24:11.000Z (over 3 years ago)
- Last Synced: 2025-02-07T14:22:30.695Z (over 1 year ago)
- Language: HTML
- Size: 167 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# showcase: datasette with billboard.js
## about
Demo using [billboard.js](https://naver.github.io/billboard.js/) with [datasette](https://datasette.io/).
This repo is a showcase for a [blogpost](https://madflex.de/add-plots-to-datasette-pages-using-billboard-js/) and will not be updated in the future!
## run
setup / run
```
python init_db.py
datasette demo.db --template-dir templates --plugins-dir plugins --static assets:static
```