文件名称:weatherify:根据指定位置的当前天气状况创建 Spotify 播放列表
文件大小:49KB
文件格式:ZIP
更新时间:2024-07-27 16:02:52
Ruby
Weatherify Weatherify 根据您当地的天气条件并根据该信息创建 Spotify 播放列表。 例如,如果您的摘要是“部分多云”,Weatherify 将创建标题中包含“多云”的曲目播放列表。 虽然应用程序按缩进的方式工作,但结果并不像预期的那么好。 用于搜索的天气摘要过于笼统,导致缺乏多样化的播放列表。 几乎总是“部分阴天”…… Spotify 还将搜索响应限制为 50 个曲目列表。 如果我要重建应用程序,我想尝试使用 SoundCloud 和可能的其他天气信息提供商。
【文件预览】:
weatherify-master
----.gitignore(466B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(154B)
----bin()
--------rails(220B)
--------bundle(129B)
--------spring(510B)
--------rake(164B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(2KB)
--------schema.rb(2KB)
----public()
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(2KB)
----vendor()
--------assets()
----config()
--------boot.rb(170B)
--------secrets.yml(964B)
--------database.yml(432B)
--------routes.rb(3KB)
--------environments()
--------environment.rb(150B)
--------application.rb(984B)
--------locales()
--------initializers()
----README.rdoc(648B)
----lib()
--------assets()
--------tasks()
----Gemfile(1KB)
----Rakefile(249B)
----test()
--------mailers()
--------integration()
--------models()
--------helpers()
--------test_helper.rb(450B)
--------controllers()
--------fixtures()
----Gemfile.lock(4KB)