8000 GitHub - technoph1le/midnighthours: A website that only works at midnight. Enjoy some scary stories. πŸ’€πŸŒƒ
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

technoph1le/midnighthours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MidnightHours

MidnightHours.site is a unique website that only works between 12:00 AM and 5:00 AM. You can access it once per day, and outside of that window, the site remains locked.

Each night, a random scary story is picked for everyone to experience together.

Watch on YouTube

Website preview

How to Contribute

First off, thanks for taking the time to contribute! ❀️ You can contribute by:

  • Adding New Stories: Share your favorite scary story to grow the database.
  • Improving the Code: Fix bugs, suggest new features, or optimize the project.

Adding New Stories

  1. Find your scary story (recommended length: 2–10 minutes)

  2. Prepare a text file (story_name.txt) and an audio file (story_name.mp3)

  3. Create a new folder with the name of your story inside /public/stories/

   /public/stories/
              └── story_name/
                      β”œβ”€β”€ story_name.txt
                      └── story_name.mp3
  1. Update /src/data/stories.json in the following format:
[
  {
    // other stories...
  },
  {
    "directory": "story_name",
    "title": "Your story",
    "textFile": "story_name.txt",
    "audioFile": "story_name.mp3"
  }
]
  1. Done! Your story will be randomly selected and shared with everyone.

If you're looking to convert your story to .mp3, you can use this awesome free tool: https://www.tetyys.com/SAPI4/

Improving the Code

If you want to add a new feature or simply report a bug, feel free to create an issue.

The website is built with NextJS (App Router).

About

A website that only works at midnight. Enjoy some scary stories. πŸ’€πŸŒƒ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Contributors 2

  •  
  •  
0