UNPKG

douban.fm

Version:

a tiny and smart cli player of douban.fm in Node.js

27 lines (25 loc) 1.1 kB
// __ __ ____ // ____/ /___ __ __/ /_ ____ _____ / __/___ ___ // / __ / __ \/ / / / __ \/ __ `/ __ \ / /_/ __ `__ \ // / /_/ / /_/ / /_/ / /_/ / /_/ / / / / / __/ / / / / / // \__,_/\____/\__,_/_.___/\__,_/_/ /_(_)_/ /_/ /_/ /_/ // // +--------------------------------------+ // | douban.fm 192kbps PRO | // |--------------------------------------| // | | // | ++++++++++++++++++++++++++++++++++++ | // | ++++++++++++++++++++++++++++++++++++ | // | ++++++++++++++++++++++++++++++++++++ | // | ++++++++++++++++++++++++++++++++++++ | // | ++++++++++++++++++++++++++++++++++++ | // | | // | +---+ +-+-+ | // | a tiny and smart cli |+++| | + | | // | player based on Node.js +---+ +-+-+ | // | | // +--------------------------------------+ // // @brief: Douban.fm command line interface based on Node.js // @author: 新浪微博@郭宇 [turingou](http://guoyu.me) module.exports = require('./libs/fm');