Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre committed Apr 30, 2021
2 parents 8939f51 + 6408816 commit 450f001
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test

11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/cryptofyre/Apple-Music-Electron)

# Apple-Music-Electron
Unofficial Apple Music application for Windows, Linux, and macOS without having to install iTunes or use the incredibly bloated web application through a browser.
[![Node.js CI](https://github.com/cryptofyre/Apple-Music-Electron/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/cryptofyre/Apple-Music-Electron/actions/workflows/node.js.yml)

![alt text](https://i.imgur.com/liNf6WL.png "Preview Image as of v1.5.1")
Preview Image as of v1.5.1
![alt text](https://i.imgur.com/bzM8ifK.png "Preview Image as of v1.5.7")
Preview Image as of v1.5.7

![alt text](https://i.imgur.com/zpVi3d6.png "Discord RPC 1.5.5")

Discord RPC is currently done and now included as of v1.5.0

If you enjoy this application and want to see more from me follow me on [Twitter.](https://www.twitter.com/cryptofyre)
## Have an issue? Report it!
[Report Here!](https://github.com/iiFir3z/Apple-Music-Electron/issues)
[Report Here!](https://github.com/cryptofyre/Apple-Music-Electron/issues)
Report issues with the application here so I can make things better for you and your experience!



## Compiling from source.
```
git clone https://github.com/iiFir3z/Apple-Music-Electron.git
git clone https://github.com/cryptofyre/Apple-Music-Electron.git
yarn install
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"webpack": "~4.42.1"
},
"build": {
"electronVersion": "12.0.0",
"electronDownload": {
"version": "12.0.0-wvvmp-beta.29",
"mirror": "https://github.com/cryptofyre/castlabs-electron12/releases/download/v"
},
"appId": "apple-music",
Expand Down

0 comments on commit 450f001

Please sign in to comment.