Skip to content

0x0m0t0/serverless-letterboxd-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal serverless Letterboxd API


  • Letterboxd RSS converted to serverless REST API
  • Deployed to Cloudflare Workers

Install

bun install
npm install wrangler --save-dev
bun run dev

wrangler.toml file

Remove the .example from wrangler.toml.example or copy the values into wrangler.toml file

Deploy to Cloudflare

bun run deploy

& add your .env variables in your worker

Add variables in cloudflare

USER=/letterboxdUsername
URL=https://letterboxd.com/letterboxdUsername/rss
TOKEN="YourUserGeneratedToken" #special characters might cause issues

Live API

/api/feed

Auth Header

Authorization: Bearer Token

About

Personal serverless Letterboxd REST API deployed to Cloudflare Workers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published