Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eliaperantoni/cody
- Owner: eliaperantoni
- Created: 2019-05-12T12:32:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T20:02:56.000Z (over 3 years ago)
- Last Synced: 2024-11-08T15:07:45.233Z (about 2 months ago)
- Language: Vue
- Homepage:
- Size: 5.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 codyMade by [eliaperantoni](https://github.com/eliaperantoni) and [nicofretti](https://github.com/nicofretti)