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

@c0b41/beyazperde

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

@c0b41/beyazperde

Scrapes beyazperde.com for searching and getting specified movie information in turkish

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

Travis Build Status Circle Build Status Appveyor Build Status Build Status io.js supported

That is a little module for getting movie information from beyazperde.com.

Example: usage


var beyazperde = require('@cobaimelan/beyazperde');

beyazperde.search("Terminator")
.then(function(data){
  console.log(data);
}).catch(function(err){
  console.log(err);
})

İnfo


var beyazperde = require('@cobaimelan/beyazperde');

beyazperde.info(21189)
.then(function(data){
  console.log(data);
}).catch(function(err){
  console.log(err);
})

Keywords

beyazperde

FAQs

Package last updated on 17 Oct 2018

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