/ncm2mp3

Primary LanguageJavaScriptMIT LicenseMIT

ncm to mp3 converter

give ncmdump an UI, convert ncm to mp3 file without command line.

图例

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/eiffelqiu/ncm2mp3
# Go into the repository
cd ncm2mp3
# Install dependencies
npm install
# Run the app
npm start
# Package Mac App
npm run package-mac
# Package Win App
npm run package-win
# Package Linux App
npm run package-linux

License

CC0 1.0 (Public Domain)