Platform
Resources
Pricing
Sign in
Get started
Daniel J. Dufour
Conflict Resolution, GIS, Tacos
Workspace
Fork
Published
By
Daniel J. Dufour
Edited
Oct 3, 2018
Insert cell
md
`# Code.gov Contact Urls
I created this observable notebook in order to see how popular the URL field is under contact
`
Insert cell
response
=
fetch
(
'https://api.code.gov/repos?api_key=DEMO_KEY&size=10000'
)
Insert cell
data
=
response
.
json
(
)
Insert cell
Insert cell
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
response
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
urls
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML