https://github.com/goodbyteco/letterboxd-film-frequency
A contribution graph for Letterboxd.
https://github.com/goodbyteco/letterboxd-film-frequency
contribution film go graph letterboxd movies vue webapp
Last synced: about 1 month ago
JSON representation
A contribution graph for Letterboxd.
- Host: GitHub
- URL: https://github.com/goodbyteco/letterboxd-film-frequency
- Owner: GoodbyteCo
- Created: 2021-07-01T06:12:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T00:57:08.000Z (about 2 years ago)
- Last Synced: 2025-03-20T19:34:28.649Z (about 2 months ago)
- Topics: contribution, film, go, graph, letterboxd, movies, vue, webapp
- Language: Vue
- Homepage: https://filmfrequency.com
- Size: 784 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Film Frequency](https://filmfrequency.com)
**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.
### Operational notes
Film Frequency is written in Vue (frontend) and Go (backend), and hosted on Vercel.
**Clone the repo and install its dependencies:**
```bash
npm install
```**Run locally:**
```bash
npm run serve
```