Welcome to Scare Scale, a project built with Astro JS to categorize and rate horror movies based on their elements. If you’d like to add a new movie entry, follow the steps below!
.md
) format.📌 Click Here to read the scoring guide – Learn more about the rating system!
/scripts/
movieMDGenerator.py
with your own bearer token from the movie database (TMDB)python movieMDGenerator.py
npm install
npm start
2. Locate the movies directory
/src/content/movie/
within the project.3. Create a new file
talk-to-me.md
).---
name: '<MOVIE_NAME>'
tmdbId: '<TMDB_ID>'
tmdbPosterId: '<TMDB_POSTER_PATH>'
releaseDate: '<YYYY-MM-DD>'
categoryRatings:
gore: <RATING_0-10>
creepy: <RATING_0-10>
jumpscares: <RATING_0-10>
suspense: <RATING_0-10>
psychological: <RATING_0-10>
---
<SHORT_MOVIE_DESCRIPTION>
```
---
name: 'Talk to Me'
tmdbId: '1008042'
tmdbPosterId: '/kdPMUMJzyYAc4roD52qavX0nLIC.jpg'
releaseDate: '2023-07-26'
categoryRatings:
gore: 7
creepy: 7
jumpscares: 5
suspense: 3
psychological: 6
---
When a group of friends discover how to conjure spirits using an embalmed hand, they become hooked on the new thrill, until one of them goes too far and unleashes terrifying supernatural forces.
npm install
npm start