Installation
Prerequisites
| 必須 | バージョン | 用途 |
|---|---|---|
| Node.js | 22+ | ランタイム |
| FFmpeg | 4.0+ | ストリーム録音 |
| Git | — | ソースコード取得 |
FFmpeg のインストール
bash
brew install ffmpegbash
sudo apt install ffmpegbash
choco install ffmpegInstall from source
bash
git clone https://github.com/watanabe3tipapa/tomorrow-radio.git
cd tomorrow-radio
npm install
npm run build
npm linkVerify
インストール後、次のコマンドで動作確認します:
bash
tomorrow-radio status正しく認証できれば、radiko の認証ステータスが表示されます。