Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 675 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 675 Bytes

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