Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```