1.0.0 • Published 7 years ago

transmission-client v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Transmission-Client

A Transmission Client on Node.js with TypeSctipt.

Install

$ npm install transmission-client

Types Support

We have Visual Studio Code TypeSctipt support in this package instead of installing @types/* package from npm.

Usage

Require/Import in JavaScript/TypeSctipt

In JavaScript:

const Transmission = require('transmission-client').Transmission;
let Client = new Transmission();

In TypeSctipt:

import { Transmission } from 'transmission-client';
let Client = new Transmission();
1.0.0

7 years ago

0.4.4

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago