Skip to content

kswedberg/imdb-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB API

Features 🪶

  • Search titles
  • Search by IMDB ID
  • Cacheable Result
  • High Performance

Installation 📦

Installation is pretty easy and straight forward. Click the button below to get started.

Deploy to Cloudflare Workers

  • After deployed Open Cloudflare Worker Page
  • Click on KV
  • In Namespace Name section Type a Name & Click on Add, 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 on Add Binding
  • Write CACHE in Variable name & select your recently created Namespace for KV namespace.

API 📡

Run in Postman

  • /search?query={query} for search by title
  • /title/{imdb_id} get details of a title

License 🎯

Have a good day 🤘

About

Serverless IMDB API powered by Cloudflare Worker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%