Given an object, tells you if a path through its keys exists. e.g. Is ['countries', 'US', 'states', 'MA', 'cities', 'Somerville'] in an addresses object?
Uses the GitHub API to get all of user's commits via a series of successive requests. Caveat: Credentials often do not let a user see other users' commits.