Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 914 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 914 Bytes

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