https://github.com/drklrd/a-minute-in-osm
A minute in OpenStreetMap
https://github.com/drklrd/a-minute-in-osm
Last synced: over 1 year ago
JSON representation
A minute in OpenStreetMap
- Host: GitHub
- URL: https://github.com/drklrd/a-minute-in-osm
- Owner: drklrd
- Created: 2019-01-06T14:30:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T10:56:23.000Z (over 7 years ago)
- Last Synced: 2025-02-16T01:31:40.279Z (over 1 year ago)
- Language: JavaScript
- Size: 2.86 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A minute in OpenStreetMap
A simple app that shows OpenStreetMap (OSM) activity (all over the world) under one minute time. The background script downloads minutely diff every 5 minutes and count changes happening within a single minute. Sometimes, its very interesting to see so many things happening within that time :)
# Development
```
$ git clone https://github.com/drklrd/a-minute-in-osm.git
$ cd a-minute-in-osm
$ npm install
```
To build the client side code:
```
$ cd client
$ npm run build
```