Skip to content

chiubaca/musical-osm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Musical OSM

🎶 The sound of OpenStreetMap edits 🎵

A data visualisation that explores the use of music and geography. Whenever a new Open Street Map edit has been commited, a relaxing chime sounds and the location is pin-pointed on the map.

Heavily inspired by Trams of Helsinki by Tero Parviainen.

Similar project Listen to Wikipedia.

Blogged

Live App


Running Locally

Clone the project and cd into the project.

Ensure you have Netlify CLI installed

This is required to run the edge function locally.

npm install netlify-cli -g

Install Dependancies

npm i

Running dev server

npm run netlify:dev