https://github.com/guumaster/excusator
Responde con precisión a la pregunta de "cuando se acabará el proyecto?"
https://github.com/guumaster/excusator
Last synced: about 1 month ago
JSON representation
Responde con precisión a la pregunta de "cuando se acabará el proyecto?"
- Host: GitHub
- URL: https://github.com/guumaster/excusator
- Owner: guumaster
- License: mit
- Created: 2014-09-30T11:15:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-01T16:13:36.000Z (almost 12 years ago)
- Last Synced: 2025-02-28T12:43:54.399Z (over 1 year ago)
- Language: JavaScript
- Size: 118 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
excusator
=========
Responde con precisión a la pregunta de "cuando se acabará el proyecto?"
## Uso
```
$> [sudo] npm install -g git://github.com/guumaster/excusator
$> excusator
// output: Cuando averiguemos por qué se cae el proceso de la versión customizada del directorio LDAP
```
## Problemas
Una de las dependencias necesita ciertas librerias de audio. Si teneis este error durante la instalacion:
```
../deps/mpg123/src/output/alsa.c:19:28: fatal error: alsa/asoundlib.h: No existe el archivo o el directorio
#include
^
compilation terminated.
```
En ubuntu se arregla con este comando:
```
$> [sudo] apt-get install libasound2-dev
```
## Contribuir
Fork, agrega tus excusas a `lib/excusas.json`, pull request.