0.0.3 • Published 1 year ago

@oyy-gus/erela.js-facebook v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Documentation & Guides

It is recommended to read the documentation to start, and the guides to use the plugin.

Installation

NPM :

npm install erela.js-facebook

Yarn :

yarn add erela.js-facebook

Example Usage

const { Manager } = require("erela.js");
const Facebook = require("erela.js-facebook");

const manager = new Manager({
  plugins: [
    // Initiate the plugin
    new Facebook()
  ]
});

manager.search("https://www.facebook.com/peopleareawesome/videos/best-videos-of-the-week/1426881677361006");
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

3 years ago