Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anime-skip/fake-streaming-service
A mock streaming service to develop and test the web extension against
https://github.com/anime-skip/fake-streaming-service
Last synced: 13 days ago
JSON representation
A mock streaming service to develop and test the web extension against
- Host: GitHub
- URL: https://github.com/anime-skip/fake-streaming-service
- Owner: anime-skip
- License: gpl-3.0
- Created: 2021-08-12T00:41:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T02:02:31.000Z (about 3 years ago)
- Last Synced: 2024-11-07T18:43:09.604Z (2 months ago)
- Language: HTML
- Homepage: https://hub.docker.com/r/animeskip/fake-streaming-service
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fake Streaming Service
This application is a basic website with a video player.
## Setup
- GNU `make`
- `docker`
- Copy some video file to `src/video.mp4` for the player to load
- Run `make`## Running Locally
```bash
# Just build the image
make build
``````bash
# Build and run site at localhost:3000
make run
```