Git Product home page Git Product logo

asciiwwdc.com's Introduction

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

$ wwdc info 228

    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.

Alfred Integration

Webservice APIs

Session Information

curl -i -X GET -H "Accept: application/json" "http://asciiwwdc.com/2013/sessions/228"

Search

curl -i -X GET -H "Accept: application/json" "http://asciiwwdc.com/search?q=UIView"

Requirements

Setup

$ 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

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:

$ heroku create
$ git push heroku master

Contact

ASCIIwwdc was created by Mattt Thompson and is maintained by Nate Cook.

License

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

All content copyright © 2014 Apple Inc. All rights reserved.

asciiwwdc.com's People

Contributors

goonzoid avatar mattt avatar natecook1000 avatar speednoisemovement avatar tobli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.