Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am alexi215 on github.
  • I am alexi215 (https://keybase.io/alexi215) on keybase.
  • I have a public key whose fingerprint is 2BDC E935 F243 CE40 3820 0214 A310 CE5B 9DCB 2538

To claim this, I am signing this object:

@alexi215
alexi215 / Project 1 Gems.md
Last active August 29, 2015 14:01
Additional Gems

####Gems for Project 1 (non-standard)

  • [simplecov] - additional test checking for un-tested code
  • [rails_12factor]- only use in production mode
    • [12factor] explanation
  • [pry-rails] - adds to Rails Console
  • [rspec-rails] - testing framework for Rails
  • [shoulda-matchers] - tests Rails functionality
  • [capybara] - simulates a user interacting with your website
@alexi215
alexi215 / Project 1 Overview.md
Last active August 29, 2015 14:01
Overview of project 1

Project Overview

[Original markdown] file from W05/D03

Phase 1 - Planning
  • Requirements Gathering/Telling a story
    • Input stories into Pivotal tracker
  • API validation
  • Application Architecture (ERD)
  • Wireframing

Idea 1: Bus.ly

App allows users to search for a bus stop and save frequent stops as favorites. Time permitting, an addtional feature will match up the WMATA LAT/LONG data with forecast.io WX data.

Idea 2: Bus Efficiencies

Website pulls and persists bus data for one bus stop. Calculates running average when a bus shows up at particular stop. Also persists average time between stops.

Idea 3: BusWX