unogs.js
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.1 • Public • Published

unogs.js

"Monthly Download" "Latest Release" MIT license

Unofficial Unogs API

Install

$ npm install unogs.js
$ yarn install unogs.js

Usage

const unogs = require("unogs.js");

const imgs = await unogs.getImages(80100929);
//=> get images for Cable Girls

const eps = await unogs.getEpisodes(80100929);
//=> get episodes for Cable Girls

API

getDetails(netflixId)

getImages(netflixId)

getGenres(netflixId)

getPeople(netflixId)

getCountries(netflixId)

getEpisodes(netflixId)

getAll(netflixId)

License

MIT © ShaunLWM

Readme

Keywords

none

Package Sidebar

Install

npm i unogs.js

Weekly Downloads

0

Version

0.0.1-alpha.1

License

MIT

Unpacked Size

4.5 kB

Total Files

9

Last publish

Collaborators

  • shaunlwm