Skip to content

The goal of this project is to practice consuming web service APIs as well as publishing an API of your own. You will create a Tumblr or Friendfeed-like system that lets users publish a timeline of activities that they have either created on the site or that are activity imported from another third-party site such as GitHub, Twitter, and Instagr…

rubysolo/alpha-feed-engine

 
 

Repository files navigation

HaxHub

Code Climate Coverage Status Build Status

a gSchool project by Blair Anderson, Geoffrey Schorkopf and Jorge Tellez

View the Live Sity

There is currently no production site for this app.

Installing Haxhub

Once you've git cloned this repo, make sure to RUN

bundle install to load the gems used in this project.

Next, run rake db:migrate to setup your local DB

To view the site from your computer, you can then run redis-server and foreman start -p 3000 to view it at http://localhost:3000.

Introduction

HaxHub is a Rails app which integrates the APIs of Github, Pivotal Tracker, and Travis CI to serve as an all-in-one software project feed.

The background requirements for this project can be found at: http://tutorials.jumpstartlab.com/projects/feed_engine.html.

HaxHub-specific requirements can be found at: http://tutorials.jumpstartlab.com/projects/feed_engine_concepts.html under the heading "Softline."

Run Our Test Suite

Make sure to run:

rake db:test:prepare

to setup your test database. Then run:

bundle exec rspec

Tweet Us, Y'all

About

The goal of this project is to practice consuming web service APIs as well as publishing an API of your own. You will create a Tumblr or Friendfeed-like system that lets users publish a timeline of activities that they have either created on the site or that are activity imported from another third-party site such as GitHub, Twitter, and Instagr…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.3%
  • JavaScript 3.4%
  • CoffeeScript 1.3%