asciiwwdc.com
1.0.0
可搜索的 WWDC 会议全文记录
找到您一直在寻找的内容,而无需浏览会话视频。通过规范化和索引为 WWDC 视频提供的视频脚本文件而创建。
wwdc
命令行界面$ wwdc info 228 --year 2013
228: " Hidden Gems in Cocoa and Cocoa Touch "
Learn from the experts about the Cocoa and Cocoa Touch classes you may not even know exist, as well as some very obscure but extremely valuable classes that are favorites of the presenters.
curl -i -X GET -H " Accept: application/json " " https://asciiwwdc.com/2013/sessions/228 "
curl -i -X GET -H " Accept: application/json " " https://asciiwwdc.com/search?q=UIView "
$ git clone https://github.com/mattt/asciiwwdc.com.git --recursive
$ cd asciiwwdc.com
$ bundle
$ createdb asciiwwdc && echo " DATABASE_URL=postgres://localhost/asciiwwdc " > .env
$ foreman run bundle exec rake db:seed # can take a year parameter, eg [2015]
$ foreman start
Heroku 是启动和运行应用程序的最简单方法。有关如何开始使用的完整说明,请查看“Heroku 上的 Ruby 入门”。
安装 Heroku Toolbelt 并拥有 Heroku 帐户后,请从项目目录输入以下命令:
$ heroku create
$ git push heroku master
马特(@mattt)
WWDC 可在 MIT 许可下使用。有关详细信息,请参阅许可证文件。
所有内容版权所有 © 2010 – 2019 Apple Inc. 保留所有权利。