Socket
Socket
Sign inDemoInstall

qmovies

Package Overview
Dependencies
78
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    qmovies

List of Movies


Version published
Maintainers
1
Install size
5.96 MB
Created

Readme

Source

movies-module

node module to list movies from a specific url

dependencies

node-localdb request cheerio

no options..

movies.list((err, results) => {
    console.log(results);
})

with options

// page,amount-per-page, callback()
movies.list((err, results) => {
    console.log(results);
},{ page: 1, amount: 50 });

query for results

// page,amount-per-page, callback()
movies.query("The query here" ,(results) => {
    console.log(results);
});

response

[
    {
        date: "2016-Jun-04 07:01",
        title: "10 cloverfield lane 2016",
        path: "10.cloverfield.lane.2016.1080p.mkv"
        size: "2G"
    },
    ...
]

FAQs

Last updated on 28 Mar 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc