Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```