Platform
Resources
Pricing
Sign in
Get started
Hidenori FUJIMURA
UN Smart Maps Lead. We keep web maps open for a better world.
Workspace
Fork
Public
By
Hidenori FUJIMURA
Edited
Sep 4, 2023
Insert cell
Insert cell
Insert cell
{
let
ul
=
document
.
createElement
(
'ul'
)
for
(
let
o
of
FILES
.
result
.
results
)
{
ul
.
appendChild
(
html
`<li><a href='${
o
.
url
}'>${
o
.
url
.
split
(
'/'
)
[
9
]
}</a></li>`
)
}
return
ul
}
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
FILES
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML