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

https://github.com/jmcph4/rainyday

A minimalist BitTorrent client respecting the Unix philosophy
https://github.com/jmcph4/rainyday

bittorrent bittorrent-client bittorrent-protocol

Last synced: over 1 year ago
JSON representation

A minimalist BitTorrent client respecting the Unix philosophy

Awesome Lists containing this project

README

          

# rainyday

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

A minimalist BitTorrent client respecting the Unix philosophy

## Table of Contents

- [Security](#security)
- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Security

## Install

```
$ git clone git@github.com:jmcph4/rainyday.git
$ cd rainyday
$ cargo run
```

## Usage

```
$ cargo run
```

## Maintainers

[@jmcph4](https://github.com/jmcph4)

## Contributing

See [the contributing file](CONTRIBUTING.md)!

PRs accepted.

Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

MIT © 2021 Jack McPherson