Platform
Resources
Pricing
Sign in
Get started
Etho Brunst
Workspace
Fork
Public
By
Etho Brunst
Edited
Jan 17, 2023
Insert cell
data
=
fetch
(
"https://api.weather.gov/gridpoints/OKX/33,37/forecast"
)
.
then
(
(
response
)
=>
response
.
json
(
)
)
Insert cell
ical
=
require
(
"https://bundle.run/ical@0.8.0"
)
Insert cell
months
=
[
'Jan'
,
'Feb'
,
'Mar'
,
'Apr'
,
'May'
,
'Jun'
,
'Jul'
,
'Aug'
,
'Sep'
,
'Oct'
,
'Nov'
,
'Dec'
]
Insert cell
ical
.
fromURL
(
)
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
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
ical
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
months
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML