justoverclock/imdb-api

Integrate Flarum with Imdb api to get movie information inside the posts

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:flarum-extension

0.1.2 2021-12-24 09:56 UTC

This package is auto-updated.

Last update: 2024-12-24 13:34:24 UTC


README

License Latest Stable Version Total Downloads

A Flarum extension. Integrate Flarum with Imdb api to get movie information inside the posts

p0ZIjuq0Iv

Usage

How it works

To get movie details, simply start a new discussion with the movie title (only that, for example "matrix reloaded"), and this extension will automatically shows the details in the discussion hero. Due to limit the api calls, this extension shows detail ONLY FOR REGISTERED USERS.

Upcoming Feautures

  • Automatic translation of movie title and description based on user language
  • Restrict api calls to a specifi tag (e.g. display movie info only in "Movie" tag)

Installation

Install with composer:

composer require justoverclock/imdb-api:"*"

Updating

composer update justoverclock/imdb-api:"*"
php flarum cache:clear