Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

An example ember-rails app consuming Github's events API

Notifications You must be signed in to change notification settings

aortbals/ember-github-example

Repository files navigation

Getting Started

This example was used for a 2 hour Ember.js training. Here are the slides. You'll need the follow installed.

  • Ruby

      brew install rbenv ruby-build
      rbenv install 2.0.0-p353 # at least 1.9.3
      rbenv rehash
      gem update --system
      gem install bundler rails
    
  • NPM, bower

      brew install node
      npm install -g bower
    

About

An example ember-rails app consuming Github's events API

Resources

Stars

Watchers

Forks

Packages

No packages published