Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 879 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 879 Bytes

Media Center Angel

How can I share my videos and music between all my devices at home?

Well, here you can find an ease server that allows you to select one or more directories in your PC and serve via network as streaming.

Getting Started

Installing

Clone or download the project

git clone https://github.com/wil92/media-center-angel.git

Go inside the project and install the dependencies

npm install

Start the project

MEDIAS_DIRECTORIES=/path/to/movies/:/path/to/series/ npm start

Built With

  • Express - Web server framework
  • npm - Dependencies management
  • pug - View engine

Contributing

Any contribution is welcome

License

This project is licensed under the Apache-2.0 License - see the LICENSE.md file for details