pedometer/README.md
A pedometer implemented in Ruby.
The pedometer takes data from a mobile device, and outputs step count, distance, speed, and other relevant information typically found in native mobile applications.
Input data can come in the two forms below. See public/uploads for an example of each type of data set.
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.