LIRI语言解释器
概括
欢迎来到LIRI,这是您自己的个人电影,音乐会和歌曲琐事宝库! 通过一些简单的命令,LIRI可以使用Bands In Town API从Open Movie Database中获取有关任何电影的信息,Spotify中的任何歌曲以及来自任何乐队的巡回信息! 如果您需要查看LIRI为您获取的信息,LIRI还将您搜索的所有内容都记录到一个方便的log.txt文件中。
先决条件
正在安装
复制存储库链接。
https://github.com/amandalatkins/li
播放列表混音器-Haboob Labs
混合Spotify播放列表的小工具
先决条件
您需要在计算机上正确安装以下物品。
(带有NPM)
安装
git clone gitgithub.com:haboob-app/labs-playlists-mixer.git此存储库
cd labs-playlists-mixer
npm install
bower install
运行/开发
ember serve
访问位于应用程序。
运行测试
ember test
ember test --s
音乐应用电子[已过时,请改用非电子版本]
使用Electron,Webpack,Vue.js,Vuex和Spotify api构建的音乐流应用程序。
如何设置开发环境
# clone this repository
git clone https://github.com/microeinhundert/music-app-electron
# go into project folder
cd music-app-electron
# install dependencies
npm i
#