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

https://github.com/zalox/lay

A simple javascript client for toREST.
https://github.com/zalox/lay

torrent-client torrents

Last synced: 7 months ago
JSON representation

A simple javascript client for toREST.

Awesome Lists containing this project

README

          

# lay [![Build Status](https://travis-ci.com/zalox/lay.svg?branch=master)](https://travis-ci.com/zalox/lay)

###### lay – a client for toREST bittorrent server

## About
A simple client written in React for toREST.

## Features
* A list of active torrents

## Dependencies
* See `.travis-ci.yml` for a list of supported node versions

## Build
```bash
yarn
```

## Test
```bash
yarn test
```