@developmentseed/overtask
v0.3.1
Published
CLI/SDK to grab tasks from OSM tasking managers
Readme
📐 overtask
A javascript library and command line tool to grab tasks from OpenStreetMap tasking managers.
Supported tasking managers:
- Tasking Manager v2
- Tasking Manager v3
CLI
Installing
npm install -g @developmentseed/overtaskGet all tasks from the HOTOSM Tasking manager
overtask tm3 http://tasks.hotosm.orgExamples
You can pair the output of overtask with jq, for example
overtask tm3 http://tasks.openstreetmap.us | jq .name | grep TIGERwill output:
"Southwest Minnesota TIGER Alignment"
"Oklahoma County TIGER cleanup"License
MIT © Development Seed 2019
