Skip to content

developmentseed/overtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ overtask

npm

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/overtask

Get all tasks from the HOTOSM Tasking manager

overtask tm3 http://tasks.hotosm.org

Examples

You can pair the output of overtask with jq, for example

overtask tm3 http://tasks.openstreetmap.us | jq .name | grep TIGER

will output:

"Southwest Minnesota TIGER Alignment"
"Oklahoma County TIGER cleanup"

License

MIT ยฉ Development Seed 2019

Releases

No releases published

Packages

No packages published