Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jviaches/projscope-music-player

Projscope MP3 player is free desktop, cross platform tool (Winamp you are remembered)! 🚀
https://github.com/jviaches/projscope-music-player

angular cross-platform desctop-app electron mp3 player-audio

Last synced: 18 days ago
JSON representation

Projscope MP3 player is free desktop, cross platform tool (Winamp you are remembered)! 🚀

Awesome Lists containing this project

README

        

# Introduction
Cross platform offline media player. This project was inspired by Winamp.

![image](https://camo.githubusercontent.com/2a5fce6001dad9f9581fbc18d2449c020278698a9b80432052af16d2625f6b1d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65642d7965732d627269676874677265656e)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/jviaches/projscope-music-player/issues)

![Windows flow](https://github.com/jviaches/projscope-music-player/actions/workflows/windows.yml/badge.svg)
![Linux flow](https://github.com/jviaches/projscope-music-player/actions/workflows/ubuntu.yml/badge.svg)
![Mac flow](https://github.com/jviaches/projscope-music-player/actions/workflows/macos.yml/badge.svg)

![image](https://github.com/jviaches/projscope-music-player/blob/main/src/assets/icons/electron.bmp)
![image](https://github.com/jviaches/projscope-music-player/blob/main/images/open_playlist.png)
![image](https://github.com/jviaches/projscope-music-player/blob/main/images/player.PNG)

# Technology stack
- Angular v13.2.4
- Electron v17.1.0

## Getting Started

*Clone this repository locally:*

``` bash
git clone https://github.com/jviaches/projscope-music-player.git
```

*Install dependencies with npm (used by Electron renderer process):*

``` bash
npm install
```

Voila! You can use your Angular + Electron app in a local development environment with hot reload!

*Run project:*
``` bash
npm start
```