Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsoaress/get-current-track
Get current track for Apple Music
https://github.com/dsoaress/get-current-track
Last synced: 15 days ago
JSON representation
Get current track for Apple Music
- Host: GitHub
- URL: https://github.com/dsoaress/get-current-track
- Owner: dsoaress
- License: mit
- Created: 2022-04-18T21:22:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T02:28:54.000Z (over 2 years ago)
- Last Synced: 2023-03-03T21:44:25.420Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get current track for Apple Music
A very very very simple application that searches Apple Music on macOS for the track being played and saves it in a database.
## Run Locally
Clone the project
```bash
git clone https://github.com/dsoaress/get-current-track.git
```Go to the project directory
```bash
cd get-current-track
```Install dependencies
```bash
yarn install
```Start the server
```bash
node index.js
```## Installation
Install as a service
```bash
npm install babel-cli -g
npm install pm2 -g
pm2 start --interpreter babel-node index.js
pm2 save
```