Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wikinaut/getumap
Download an umap map (nodejs)
https://github.com/Wikinaut/getumap
umap
Last synced: about 2 months ago
JSON representation
Download an umap map (nodejs)
- Host: GitHub
- URL: https://github.com/Wikinaut/getumap
- Owner: Wikinaut
- Created: 2022-01-14T23:37:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T08:38:21.000Z (almost 3 years ago)
- Last Synced: 2024-08-08T18:22:38.282Z (5 months ago)
- Topics: umap
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - Wikinaut/getumap - Download an umap map (nodejs) (others)
README
Node server script to download of an umap.
Fixes https://github.com/umap-project/umap/issues/78#issuecomment-127049535 . Written by/based on code by https://github.com/evanvosberg
`download_umap.js` is intended to be run as route registered in an express.js server.
Required npm packages:
npm install
- express
- lodash
- superagent
- qRun as ```node index.js```
Download an umap: ```wget https://yourserver:8000/mapid```