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

https://github.com/minsithu/ngapaw

npm package for ngapaw developer
https://github.com/minsithu/ngapaw

Last synced: 22 days ago
JSON representation

npm package for ngapaw developer

Awesome Lists containing this project

README

        

# ngapaw
npm package for ngapaw developer

```
npm install ngapaw
```

```js
const NgaPaw = require('ngapaw')
const ngapaw = new NgaPaw()

console.log(ngapaw.sayRandom());
console.log(ngapaw.bestLanguage());
```