transmission-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

transmission-api

High level api for Transmission RPC written in Typescript

Provides a wrapper over the RPC interface of the Transmission bittorrent client.

Usage:

  1. npm install transmission-api
  2. Import the client using import {Client} from "transmission-api"
  3. Create a new instance of the client class, and go wild! let client = new Client()

See the examples directory for information

Building:

  1. Clone or download the repository
  2. Ensure typescript and gulp are installed
  3. Install dev dependencies using npm install --save-dev
  4. Make changes and build using gulp build or npm run build

Package Sidebar

Install

npm i transmission-api

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • whiteabelincoln