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

https://github.com/httpanimation/endvi

A simple media server for videos and photos built with npm
https://github.com/httpanimation/endvi

Last synced: 9 months ago
JSON representation

A simple media server for videos and photos built with npm

Awesome Lists containing this project

README

          

# EndVI
A simple media server for videos and photos built with npm

## Installing
To install open a terminal and run the following command.
```bash
cd ~/ && wget https://raw.githubusercontent.com/HttpAnimation/EndVI/main/install.bash && chmod +x install.bash && bash install.bash
```

## Installing for git
This is only for editing the source code.
```bash
wget https://raw.githubusercontent.com/HttpAnimation/EndVI/main/Basher.bash && chmod +x install.bash && bash install.bash
```