Contributing
Installing project and dependencies:
mockyeah was built and tested with Node v6+. Installing mockyeah:
# download project
$ git clone git@github.com:mockyeah/mockyeah.git
$ cd mockyeah
# install proper Node version
$ nvm install v6
$ nvm use
# if tests pass, you're good to go
$ npm test