# bitter

This is a bittorrent client, written in javascript. Easily download torrents with magnet links.

## Installtion

```bash
npm i -g @pr4j3sh/bitter
```

## Usage

```bash
bitter <magnet_link>
```

> Note: The downloader gets stuck at 99%, although the download is complete. You may press `Ctrl + C` to exit.

## Reference

- [Bittorrent Client](https://allenkim67.github.io/programming/2016/05/04/how-to-make-your-own-bittorrent-client.html)
- [NodeJS Documentation](https://nodejs.org/en/learn/getting-started/introduction-to-nodejs)
- [NPM Documentation](https://docs.npmjs.com/)
- [@pr4j3sh/frames](https://pr4j3sh.github.io/frames/)
