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

0.0.1 • Public • Published

transmission-api

An eddited version of the High level api for Transmission RPC written in Typescript.

Removed the fs package so it can be used in Front-end-frameworks like Angular

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-angular

Weekly Downloads

9

Version

0.0.1

License

MIT

Unpacked Size

344 kB

Total Files

40

Last publish

Collaborators

  • nielsvanrijn