lastfm-app:从Last.fm API中提取的统计数据和可视化效果

时间:2024-05-20 12:53:18
【文件属性】:

文件名称:lastfm-app:从Last.fm API中提取的统计数据和可视化效果

文件大小:65KB

文件格式:ZIP

更新时间:2024-05-20 12:53:18

JavaScript

Last.fm应用 单页应用程序,它使用来自Last.fm API的数据来显示音乐收听状态。 用和构建。 要求 (v0.10.x) 设置 $ git clone https://github.com/slwen/lastfm-app.git $ cd lastfm-app $ npm install webpack -g $ npm install 运行开发 将credentials.json文件添加到src/api/包括您的Last.fm API密钥和秘密,例如 { " key " : " YOUR_API_KEY " , " secret " : " YOUR_API_SECRET " } npm start 造访: 导出生产bundle.js npm run build 测试 测试是写的。 npm test运行所有组件测试。 npm test COMPONEN


【文件预览】:
lastfm-app-master
----index.html(385B)
----.eslintrc(1KB)
----webpack.config.js(871B)
----src()
--------pages()
--------scss()
--------stores()
--------components()
--------app.js(1013B)
--------api()
--------actions.js(158B)
--------app.scss(446B)
----LICENSE(1KB)
----test()
--------helpers()
----README.md(920B)
----.gitignore(96B)
----package.json(2KB)

网友评论