https://github.com/developmentseed/overtask
CLI/SDK to grab tasks from OSM tasking managers 📐
https://github.com/developmentseed/overtask
api-client cli openstreetmap osm sdk tasking tasking-manager
Last synced: 11 months ago
JSON representation
CLI/SDK to grab tasks from OSM tasking managers 📐
- Host: GitHub
- URL: https://github.com/developmentseed/overtask
- Owner: developmentseed
- Created: 2019-05-20T22:14:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T03:17:31.000Z (over 3 years ago)
- Last Synced: 2025-06-23T21:47:13.128Z (about 1 year ago)
- Topics: api-client, cli, openstreetmap, osm, sdk, tasking, tasking-manager
- Language: JavaScript
- Size: 55.7 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📐 overtask
[![npm][npm-image]][npm-url]
[npm-image]: https://img.shields.io/npm/v/@developmentseed/overtask.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@developmentseed/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
```bash
npm install -g @developmentseed/overtask
```
### Get all tasks from the HOTOSM Tasking manager
```bash
overtask tm3 http://tasks.hotosm.org
```
### Examples
You can pair the output of `overtask` with [jq](https://stedolan.github.io/jq/), for example
```bash
overtask tm3 http://tasks.openstreetmap.us | jq .name | grep TIGER
```
will output:
```bash
"Southwest Minnesota TIGER Alignment"
"Oklahoma County TIGER cleanup"
```
## License
MIT © Development Seed 2019