项目作者: ASCIIwwdc

项目描述 :
Searchable full-text transcripts of WWDC sessions
高级语言: Haml
项目地址: git://github.com/ASCIIwwdc/asciiwwdc.com.git
创建时间: 2013-09-24T15:56:37Z
项目社区:https://github.com/ASCIIwwdc/asciiwwdc.com

开源协议:MIT License

下载


ASCIIwwdc

Searchable full-text transcripts of WWDC sessions

Find the content you’ve been looking for, without having to scrub through session videos. Created by normalizing and indexing video transcript files provided for WWDC videos.

Workflow Integration

  1. $ wwdc info 228 --year 2013
  2. 228: "Hidden Gems in Cocoa and Cocoa Touch"
  3. 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.

Webservice APIs

Session Information

  1. curl -i -X GET -H "Accept: application/json" "https://asciiwwdc.com/2013/sessions/228"
  1. curl -i -X GET -H "Accept: application/json" "https://asciiwwdc.com/search?q=UIView"

Requirements

Setup

  1. $ git clone https://github.com/mattt/asciiwwdc.com.git --recursive
  2. $ cd asciiwwdc.com
  3. $ bundle
  4. $ createdb asciiwwdc && echo "DATABASE_URL=postgres://localhost/asciiwwdc" > .env
  5. $ foreman run bundle exec rake db:seed # can take a year parameter, eg [2015]
  6. $ foreman start

Deploying to Heroku

Heroku is the easiest way to get your app up and running. For full instructions on how to get started, check out “Getting Started with Ruby on Heroku”.

Once you’ve installed the Heroku Toolbelt, and have a Heroku account, enter the following commands from the project directory:

  1. $ heroku create
  2. $ git push heroku master

Contact

Mattt (@mattt)

License

WWDC is available under the MIT license. See the LICENSE file for more info.

All content copyright © 2010 – 2019 Apple Inc. All rights reserved.