0.0.1-alpha.1 • Published 4 years ago

unogs.js v0.0.1-alpha.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

0.0.1-alpha.1

4 years ago