Skip to content

Commit a1afa5d

Browse files
committed
Add prerequisites to README
1 parent c1a4cef commit a1afa5d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pedometer/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ A pedometer implemented in Ruby.
66
The pedometer takes accelerometer data from a mobile device, and outputs step count, distance, speed, and other relevant information typically found in native mobile applications.
77

88
While a pedometer application for a mobile device would usually be written natively for the specific platform, this application is written in Ruby, and exposed through a simple API. This illustrates the design choices that are made when writing an application of this sort, without being bound to the specifics of one platform with quickly evolving APIs and native tools.
9+
10+
Prerequisites
11+
=============
12+
Ruby 2.1.0
13+
gem install sinatra
14+
gem install thin
15+
gem install tilt-jbuilder
16+
gem install rack-test

0 commit comments

Comments
 (0)