An open API service indexing awesome lists of open source software.

https://github.com/percolate/coffeeapi

Demo API used for job interviews and programming assignments
https://github.com/percolate/coffeeapi

Last synced: 9 months ago
JSON representation

Demo API used for job interviews and programming assignments

Awesome Lists containing this project

README

          

# Coffee API

[![Circle CI](https://circleci.com/gh/percolate/coffeeapi.svg?style=svg)](https://circleci.com/gh/percolate/coffeeapi)
[![codecov.io](https://codecov.io/github/percolate/coffeeapi/coverage.svg?branch=master)](https://codecov.io/github/percolate/coffeeapi?branch=master)

#### The mobile team is using this API to give potential job candidates programming challenges.

_Candidate Instructions can be found here_: http://percolate.github.io/coffeeapi/

## Running the API

### local version

* Install Google App Engine
* `cd /path/to/coffeeapi`
* Start the server using `/path/to/google_app_engine/dev_appserver.py .`. (or use Google App Server GUI)
* further instructions await you here.

### remote version

* Continous Deployment is enabled
* PR into to master and changes will go live.

## Deploy a new version

Continuous Deployement is enabled, just merge your PR into master.