Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eliaperantoni/cody

Get solutions at light speed
https://github.com/eliaperantoni/cody

Last synced: 2 days ago
JSON representation

Get solutions at light speed

Awesome Lists containing this project

README

        

# Cody

![](http://u.cubeupload.com/hellix08/cody.gif)

Cody let's you search for simple and common programming errors, problems or how-to questions and provides a quick, straight-to-the-point answer.

How to start:
- install docker...
- sudo usermod -aG docker
- docker build -t cody .
- docker run --rm -p 80:5000 cody

Made by [eliaperantoni](https://github.com/eliaperantoni) and [nicofretti](https://github.com/nicofretti)