Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chiubaca/musical-osm

🎶 The sound of OSM edits
https://github.com/chiubaca/musical-osm

data-visualization gis music openstreetmap

Last synced: about 1 month ago
JSON representation

🎶 The sound of OSM edits

Awesome Lists containing this project

README

        


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](https://www.openstreetmap.org/) has been commited, a relaxing chime sounds and the location is pin-pointed on the map.

Heavily inspired by [Trams of Helsinki](https://codepen.io/teropa/full/mBbPEe) by Tero Parviainen.

Similar project [Listen to Wikipedia](http://listen.hatnote.com/).

[Blogged](https://dev.to/chiubaca/what-inspired-you-to-learn-to-code-4iel)

[Live App](https://musical-osm.netlify.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
```