Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T18:03:46.000Z (over 1 year ago)
- Last Synced: 2023-05-06T19:21:59.496Z (over 1 year ago)
- Topics: contribution, film, go, graph, letterboxd, movies, vue, webapp
- Language: Vue
- Homepage: https://filmfrequency.com
- Size: 716 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
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.![Screenshot of the Film Frequency website](screenshot.png)
### 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
```