-
Notifications
You must be signed in to change notification settings - Fork 1
/
project-list-widget.html
35 lines (26 loc) · 979 Bytes
/
project-list-widget.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<body>
<h1>A CSV file with some constraints and checks on data</h1>
<!-- DATAMI - contribute with GIT ...but without minding it -->
<!-- An open source widget coded with 🤍 by the tech cooperative multi : https://multi.coop -->
<!-- DATAMI WIDGET'S HTML BLOCK -->
<datami-file
title="Tools"
gitfile="https://github.com/demeringo/datami-tests/blob/main/examples/csv/data/project-list.csv"
options='{
"schema": {
"file": "https://github.com/demeringo/datami-tests/blob/main/examples/csv/model/project-list.frictionless-table-schema.json"
},
"fields-custom-properties": {
"file": "https://github.com/demeringo/datami-tests/blob/main/examples/csv/widget/project-list.fields-custom-properties.json"
}
}'
usertoken='USE_YOUR_TOKEN_HERE'
locale="en"
>
</datami-file>
<!-- DATAMI WIDGET'S APP.JS SCRIPT -->
<script src="https://datami-widget.multi.coop/js/app.js" type="text/javascript" defer></script>
</body>
</html>