Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

local-ch/station-board

 
 

Repository files navigation

Station Board

Features

  • Form with..

    • field to enter a station name
    • multi-select to choose transportation means

    => Use the stationboard resource: http://sbb.xiala.net/#stationboard

  • Display the results of the station in a table

  • Bonus #1: Station form field with auto-completion

    => Use the locations resource: http://sbb.xiala.net/#locations

  • Bonus #2: Deploy it to Heroku!

Constraints

  • Spec first!
  • Abstract the API with tested models (use factories; model entities: Station, Board, Connection)
  • Write controller specs (use factories)
  • Write view specs (use factories)
  • Write request specs (use VCR)
  • Write feature specs (use VCR)

And again: Write all the specs first with factories!

Links

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.4%
  • JavaScript 3.6%