New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
4
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc