Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c-ehrlich/hikaru-challenge
Watch all of ヒカル's videos
https://github.com/c-ehrlich/hikaru-challenge
Last synced: 4 days ago
JSON representation
Watch all of ヒカル's videos
- Host: GitHub
- URL: https://github.com/c-ehrlich/hikaru-challenge
- Owner: c-ehrlich
- Created: 2021-12-30T18:51:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T21:05:26.000Z (4 months ago)
- Last Synced: 2024-10-11T15:47:14.242Z (26 days ago)
- Language: TypeScript
- Homepage: https://c-ehrlich.github.io/hikaru-challenge
- Size: 579 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hikaru Challenge
## About
This app is two things:
1. An easy way to watch all Hikaru videos and keep track of where you are. It uses LocalStorage, so progress is saved between sessions.
2. It can easily be adjusted to track any other playlist of videos by using a different JSON file.## What's the point?
YouTube playlist functionality utterly breaks when the playlist reaches above some very large number of videos.
A couple of [Immersion Language Learners](https://discord.gg/XuwYR4Wy6j) wanted to watch all 1500+ hours of the YouTuber "ヒカル", so the [Hikaru Challenge](https://www.youtube.com/watch?v=hdsp3cMl_20) was born.## Installation and Setup
Clone down this repository. You will need node and npm installed globally on your machine.Installing Dependencies:
`npm install`
To Start Server:
`npm start`
To Visit App:
`localhost:3000`
To deploy to GitHub Pages:
[See Create-React-App Documentation](https://create-react-app.dev/docs/deployment/#github-pages)
## Todo
* Actual Good Styling
* A way to create the required JSON files without requiring YouTube API access