An open API service indexing awesome lists of open source software.

https://github.com/mecm1993/empleado-cli

Find the latest jobs posted in emplea.do from the comfort of your terminal
https://github.com/mecm1993/empleado-cli

cli console node shell terminal

Last synced: about 1 year ago
JSON representation

Find the latest jobs posted in emplea.do from the comfort of your terminal

Awesome Lists containing this project

README

          

# empleado-cli

[![Downloads](https://img.shields.io/npm/dt/empleado-cli.svg)](https://www.npmjs.com/packages/empleado-cli)
[![Docker Pulls](https://img.shields.io/docker/pulls/mecm1993/empleado-cli.svg)](https://cloud.docker.com/u/mecm1993/repository/docker/mecm1993/empleado-cli)
[![Version](https://img.shields.io/npm/v/empleado-cli.svg)](https://www.npmjs.com/packages/empleado-cli)

For those whom do not like to leave the terminal you can find the jobs posted in [emplea.do](https://emplea.do) which is a Dominican site to find jobs related to Informatics (in most of the cases 😅😆).

## Installation 💻

### NPM

```bash
$ npm install -g empleado-cli
```

### Yarn
```bash
$ yarn global add empleado-cli
```

### Docker

```bash
$ docker pull mecm1993/empleado-cli
```

## Usage 🚀

### Node

```bash
$ emplea [options] [arguments]
```

### Docker

```bash
$ docker run -it --rm mecm1993/empleado-cli [options] [arguments]
```

#### Options

|Option |Description |
|---------------|-----------------------|
|-c, --category |the category of the jobs, currently available `MOBILE`, `SOFTWARE`, `SYSADMIN`, `TELNET`, `WEB` |
|-h, --help |print emplea command line options |
|-s, --size |the size of the job list |
|-p, --page |the pagination page |

## Examples 💥

```bash
# Find the latest 5 jobs in the list
$ emplea -s 5
```
Find the latest 5 jobs in the list

```bash
# Find the latest 3 jobs from the category WEB
$ emplea -s 3 -c WEB
```
Find the latest 3 jobs from the category WEB

With ❤️ from 🌴