Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)! 🚀
- Host: GitHub
- URL: https://github.com/jviaches/projscope-music-player
- Owner: jviaches
- License: mit
- Created: 2022-03-30T23:36:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T14:27:16.000Z (about 1 year ago)
- Last Synced: 2024-10-28T17:10:46.245Z (2 months ago)
- Topics: angular, cross-platform, desctop-app, electron, mp3, player-audio
- Language: TypeScript
- Homepage: https://projscope.com/portfolio-single-music-player.html
- Size: 38.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```