Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rooyca/1001m
- Owner: Rooyca
- License: mit
- Created: 2024-03-11T17:06:14.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-30T01:05:29.000Z (17 days ago)
- Last Synced: 2024-10-30T03:51:52.343Z (17 days ago)
- Topics: 1001-movies, actions, github-actions, json, movies
- Language: JavaScript
- Homepage: https://rooyca.github.io/1001M/
- Size: 855 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).