1.1.0 • Published 8 years ago

cpasbien-parser v1.1.0

Weekly downloads
10
License
-
Repository
-
Last release
8 years ago

SOURCE: https://github.com/yadomi/cpasbien-api

cpasbien-api

js-standard-style


Introduction

Scrapper API for french torrent site cpasbien.io

Usage

const CPBAPI = require('cpasbien-api')
const api = new CPBAPI()

api.Latest()
  .then(console.log.bind(console))

api.Search('harry poter', {language: 'EN'})
  .then(console.log.bind(console))

api.Search('fringe', {scope: 'tvshow'})
  .then(console.log.bind(console))

Disclaimer

I'm not the author of cpasbien.io, nor me or any contributor are responsable of any eventual illegal use of this software.

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago