Published
Edited
Oct 17, 2018
Importers
Insert cell
Insert cell
Insert cell
Insert cell
glitch('https://github.com/eceusc/graffiti-wall')// pass in github link
Insert cell
glitch('eceusc/graffiti-wall') // or just the org/repo name
Insert cell

glitch = (repo) => {
if(repo.includes('https://github.com/'))
repo = repo.replace('https://github.com/', '').replace(/\/$/, '')
const [orgname, repoX] = repo.split('/')
return html`
<a href="https://glitch.com/edit/#!/import/github/${orgname}/${repoX}">
<img
src="https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg"
alt="Remix on Glitch" />
</a>`
}
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