/mocci-player

A simple video player web application front-end. Not for production. Created by implementing DOM manipulation and History API. Created for the final project of a course submission (intermediate level).

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Mocci Player

A beautifuly crafted video player front end.

A simple video player web application front-end. Not for production (maybe). Created by implementing DOM manipulation and History API. Created for the final project of a course submission.

Yes, just a frontend...

If you're building a video streaming platform, then you need an API server that designed to work for this project.

This project is designed to compatible with TeamPiped/Piped. See their Public JSON API.

Configuration

  1. Clone this repository
  2. Copy sample.env to .env
  3. Fill your API url

Building

Development

npm run dev

Production

npm run build