Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaunlwm/unogs.js
📺 Unofficial unogs API
https://github.com/shaunlwm/unogs.js
netflix unogs unogs-api
Last synced: 11 days ago
JSON representation
📺 Unofficial unogs API
- Host: GitHub
- URL: https://github.com/shaunlwm/unogs.js
- Owner: ShaunLWM
- License: mit
- Created: 2020-06-09T05:15:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T13:24:59.000Z (over 2 years ago)
- Last Synced: 2025-01-22T01:39:31.920Z (14 days ago)
- Topics: netflix, unogs, unogs-api
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unogs.js
[!["Monthly Download"](https://img.shields.io/npm/dm/unogs.js.svg)](https://npmjs.org/package/unogs.js)
[!["Latest Release"](https://img.shields.io/npm/v/unogs.js.svg)](https://github.com/ShaunLWM/unogs.js/releases/latest)
[![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/ShaunLWM/unogs.js/blob/master/LICENSE)> Unofficial Unogs API
## Install
```
$ npm install unogs.js
``````
$ yarn install unogs.js
```## Usage
```js
const unogs = require("unogs.js");const imgs = await unogs.getImages(80100929);
//=> get images for Cable Girlsconst 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](https://github.com/ShaunLWM)