Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goodbyteco/directed-by-women
See what percentage of the films you've watched were directed by women.
https://github.com/goodbyteco/directed-by-women
film gender-equality letterboxd tmdb vue webapp
Last synced: 1 day ago
JSON representation
See what percentage of the films you've watched were directed by women.
- Host: GitHub
- URL: https://github.com/goodbyteco/directed-by-women
- Owner: GoodbyteCo
- Created: 2020-12-26T00:27:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T00:24:29.000Z (over 3 years ago)
- Last Synced: 2023-03-06T02:33:20.511Z (over 1 year ago)
- Topics: film, gender-equality, letterboxd, tmdb, vue, webapp
- Language: Vue
- Homepage: https://directed-by-women.vercel.app
- Size: 256 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Directed By Women
A little web-app that tells you how many of the films you've watched were directed by women. Try it for yourself at [directed-by-women.vercel.app](https://directed-by-women.vercel.app), and use [watchlistpicker.com/?u=thaizy/directed-by-women](https://watchlistpicker.com/?u=thaizy/directed-by-women) (or [on Github](https://github.com/GoodbyteCo/Letterboxd-Watchlist-Picker)) to get a random suggestion if you want to watch more women-directed movies. See [womenandhollywood.com](https://womenandhollywood.com/resources/statistics/) for more on gender inequality in the film industry.
Note: the site requires that you have a public [Letterboxd](https://letterboxd.com/) account. The site uses [TMDB](https://www.themoviedb.org/)'s dataset to determine gender, and may not be accurate. Partly inspired by [James Vaughan's post](https://jamesbvaughan.com/movie-director-genders/) and [accompanying Github project](https://github.com/jamesbvaughan/gender-breakdowns) that does the same thing.
## Development notes
```
yarn install # install dependenciesyarn serve # compiles & hot-reloads
yarn run build # build to run
```