Public
Edited
Sep 15, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
result = await fetch(url, {
method: 'GET',
//headers: { 'Content-Type': 'text/html' }
}).then(function(response) {
return response;
});
Insert cell
Insert cell
$ = cheerio.load(result);
Insert cell
Insert cell
nms = $("h2").text()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
d3 = require("d3")
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.
Learn more