Socket
Socket
Sign inDemoInstall

qmovies

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qmovies

List of Movies


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

movies-module

node module to list movies from a specific url

dependencies

node-localdb request

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

Package last updated on 28 Mar 2017

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc