0.0.6 • Published 5 months ago

ophim-js v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

ophim-js

An open-source library for getting information about movies and TV series from Ophim

✨ Features

  • Get newest movies
  • Get list of categories
  • Get list of regions
  • Get movie detail
  • Get list of movies by category/type/region
  • And more...

🚀 Quick Start

npm install ophim-js
import { Ophim, MovieType } from 'ophim-js';

const ophim = new Ophim({
    host: 'https://ophim1.com/',
});

const newestMovies = await ophim.getNewestMovies({ page: 1 });
const movieDetail = await ophim.getMovieDetail({ slug: 'one-piece-film-red' });
const moviesByType = await ophim.getMoviesByType({ movieType: MovieType.PhimBo });

/* ... */

🙌 Contributing

Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.

License

MIT © Lê Huy Giang

0.0.6

5 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1-1

11 months ago