Skip to content

GoodbyteCo/Letterboxd-Film-Frequency

Repository files navigation

A contribution graph for Letterboxd

Film Frequency generates Github-like contribution graphs based on the number of films you've logged each day. Just enter your Letterboxd username and select the year. Note that your Letterboxd profile must be public for the site to work, and that only logged movies are counted towards the graph.

Screenshot of the Film Frequency website

Operational notes

Film Frequency is written in Vue (frontend) and Go (backend), and hosted on Vercel.

Clone the repo and install its dependencies:

npm install

Run locally:

npm run serve