datpiff 0.1.5

Rust library for DatPiff
Documentation
# DatPiff CLI

<p>
  <a href="https://crates.io/crates/datpiff" target="_blank">
    <img src="https://img.shields.io/crates/v/datpiff.svg" />
  </a>
  <a href="https://docs.rs/datpiff" target="_blank">
    <img src="https://docs.rs/datpiff/badge.svg" />
  </a>
  <a href="LICENSE" target="_blank">
    <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" />
  </a>
</p>

DatPiff CLI helps you browse [DatPiff](https://www.datpiff.com/) mixtapes right from the terminal.

<img width="800" src="https://cdn.jsdelivr.net/gh/tsirysndr/datpiff@master/datpiff-preview.svg">

## Installation

Simply run:

```bash
$ cargo install datpiff
```

## Usage

```

USAGE:
    datpiff <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    exclusives    Get the latest exclusives
    help          Print this message or the help of the given subcommand(s)
    hot           Get the hottest mixtapes
    latest        Get the latest mixtapes
    search        Search mixtape
    top           Get the top mixtapes of the month

```