High level api for Transmission RPC written in Typescript
Provides a wrapper over the RPC interface of the Transmission bittorrent client.
npm install transmission-api
- Import the client using
import {Client} from "transmission-api"
- Create a new instance of the client class, and go wild!
let client = new Client()
See the examples directory for information
- Clone or download the repository
- Ensure typescript and gulp are installed
- Install dev dependencies using
npm install --save-dev
- Make changes and build using
gulp build
ornpm run build