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

https://github.com/dylanfoster/ahahah

ahahah
https://github.com/dylanfoster/ahahah

Last synced: 2 months ago
JSON representation

ahahah

Awesome Lists containing this project

README

          

#ahahah

You didn't say the magic word

###usage

```javascript
var ahahah = require("ahahah")();

someFunction(function(err, data){
if(err){
ahahah;
// ahahah, you didn't say the magic word.
}
});
```

For Ubuntu users, you'll need to install the alsa.h header

`sudo apt-get install libasound2-dev`