datpiff 0.1.11

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://crates.io/crates/datpiff" target="_blank">
    <img src="https://img.shields.io/crates/dr/datpiff" />
  </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>
  <a href="https://github.com/tsirysndr/datpiff/actions/workflows/release.yml" target="_blank">
    <img alt="License: MIT" src="https://github.com/tsirysndr/datpiff/actions/workflows/release.yml/badge.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
```

Or download the latest release for your platform from [here](https://github.com/tsirysndr/datpiff/releases).

## 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
    info          Show details about a mixtape
    latest        Get the latest mixtapes
    search        Search mixtape
    top           Get the top mixtapes of the month

```