Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chiubaca/musical-osm
- Owner: chiubaca
- Created: 2021-03-10T16:05:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T09:49:29.000Z (10 months ago)
- Last Synced: 2024-02-15T10:44:38.467Z (10 months ago)
- Topics: data-visualization, gis, music, openstreetmap
- Language: TypeScript
- Homepage: https://musical-osm.netlify.app/
- Size: 1.27 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```