🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

transmission-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transmission-api

High Level API for the Transmission RPC interface

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

transmission-api

High level api for Transmission RPC written in Typescript

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

Usage:

  • 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

Building:

  • 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 or npm run build

Keywords

transmission

FAQs

Package last updated on 03 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts