1.1.1 • Published 5 years ago

wwt-simple-upload-npm v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago