1.1.1 • Published 6 years ago

wwt-simple-upload-npm v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

wwt-simple-upload-npm

A (really easy to use) uploader for WorldWideTorrents written for NodeJS.

Usage

import upload from 'wwt-simple-upload-npm'
const API_KEY = ''

upload(
    API_KEY,
  {
    'name': '',                         // The uploaded torrent's title
    'torrent_file': '/home/a.torrent',  // The full path to the torrent file
    'category_id': 39                   // The category ID
  }
)

License

The MIT License (MIT). Please see License File for more information.

1.1.1

6 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago