0.1.8 • Published 3 years ago

tablestat v0.1.8

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

datasette-table

A (highly experimental) Web Component for embedding a Datasette table on a page.

Usage

<script type="module" src="https://unpkg.com/datasette-table?module"></script>

<datasette-table
    url="https://global-power-plants.datasettes.com/global-power-plants/global-power-plants.json"
></datasette-table>

Development

Check out this repository, then run:

cd datasette-table
npm install

Then to start a local development server (using Vite):

npm run dev

Then visit http://localhost:3000/

0.1.8

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago