Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rooyca/1001m

Everyday get one movie from the '1001 Movies You Must See Before You Die' list.
https://github.com/rooyca/1001m

1001-movies actions github-actions json movies

Last synced: about 18 hours ago
JSON representation

Everyday get one movie from the '1001 Movies You Must See Before You Die' list.

Awesome Lists containing this project

README

        

# 1001M

![deployment](https://img.shields.io/github/deployments/rooyca/1001M/github-pages)

Everyday get one movie from the [1001 Movies You Must See Before You Die](builder/movies.json) list.

![preview](preview.png)

## How does it work?

- We have a list of movies in `builder/movies.json`.
- Everyday a Github Action runs and picks a movie corresponding to the day.
- The same Action populates the HTML file with the movie details.
- And finally, the `src` folder is pushed to the `gh-pages` branch.
- The website is hosted using Github Pages. You can [check it out here](https://rooyca.github.io/1001M).