Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```