Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.51 KB

File metadata and controls

37 lines (25 loc) · 1.51 KB

Amble

Build Status

A social walking app for iOS written in Swift. Created for my final year project at Imperial College London.

Current Features

  • Login and create an account
  • Track walks and record information about the time, distance and number of steps
  • Save walks and view them on your profile
  • Earn achievements by tracking walks and generating daily streaks, which count towards your total score
  • Invite other users to go on a walk

Requirements

Installation

Clone this repository and run pod install to install the dependencies for the project.

Dependencies

Testing dependencies

  • Mockingjay - stubs HTTP requests when testing API communication
  • Quick - testing framework for behaviour-driven development
  • Nimble - a nice matcher framework