Socket
Book a DemoInstallSign in
Socket

@developmentseed/overtask

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@developmentseed/overtask

CLI/SDK to grab tasks from OSM tasking managers

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
4
Created
Source

📐 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

Keywords

osm

FAQs

Package last updated on 22 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts