1.0.5 • Published 1 year ago

ologyyvidss v1.0.5

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

oLoGYyVidss.com API Wrapper

oLoGYyVidss provides a simple HTTP API to Integrate ours into your Business or Application

Requirements

  • oLoGYyVidss.com API Key (Get it here)
  • npm >=8.3.0
  • node >=16.0.0

Installation

npm install ologyyvidss

Usage

const oLoGYyVidss = require("ologyyvidss");
const API = new oLoGYyVidss.API("YOUR_API_KEY");

API.searchMovie("Avatar: The Way of Water").then((res) => {
	console.log(res); // Get information on the Movie with the Title Avatar: The Way of Water
});
1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago