Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
/ songclip-plus Public archive

Saves the current stream title of iTunes internet radio

License

Notifications You must be signed in to change notification settings

jamband/songclip-plus

Repository files navigation

songclip-plus

songclip-plus is web application edition of songclip.
(including CLI application)

png

Requirements

  • MacOS >= Yosemite
  • PHP >= 7.2.0
  • Composer
  • Node.js (npm) 12.x
  • SQLite 3
  • iTunes

Usage

git clone https://github.com/jamband/songclip-plus.git
cd songclip-plus
composer run dev
# or composer run dev-cli-only
cp .env.example .env
touch db/app.db
php yii migrate
php yii serve

and access http://localhost:8080/ on web browser.