- Search titles
- Search by IMDB ID
- Cacheable Result
- High Performance
- Get episode information
- Get all reviews with full pagination supported
Installation is pretty easy and straight forward. Click the button below to get started.
- After deployed Open Cloudflare Worker Page
- Click on KV
- In
Namespace Name
section Type a Name & Click onAdd
, a namespace will created. - Now go back to worker main page, here you will see that your created worker listed there, click on that.
- Click on
Settings
>Variables
- In
KV Namespace Bindings
section click onAdd Binding
- Write
CACHE
in Variable name & select your recently created Namespace for KV namespace.
/search?query={query}
for search by title - Try It/title/{imdb_id}
get details of a title - Try It/reviews/{imdb_id}?option={helpfulness|date|votes|rating}&sortOrder={asc|desc}
get reviews of a title - Try It
- Licensed under Apache-2.0
- Made by Tuhin Kanti Pal