Skip to content

Graphs and Charts related to Bechdel Test Movie List with amCharts

License

Notifications You must be signed in to change notification settings

ArthurHoaro/bechdel-charts

Repository files navigation

Bechdel Test Statistics

Source code of bechdel.hoa.ro.

Data sources

Development

This project is built with VueJS, amChart and Bootstrap.

How to

In order to make it running, you need to build your movie database.

  1. Configure TMDB and OMDB API keys in config.js (copy the dist file from config.js.dist).
  2. yarn install
  3. Run update.sh, it'll build a full JSON DB in src/assets/data and a lighter version for statistics usage.

Run

In development mode, just run yarn run serve.

You can also build and run the provided Docker image, which includes a CRON task updating the data once a day.

License

MIT