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

https://github.com/ericvida/say

testing npm publishing
https://github.com/ericvida/say

Last synced: about 1 year ago
JSON representation

testing npm publishing

Awesome Lists containing this project

README

          

## Import
`npm i ericvidasay --save`
## Use
```
import {say} from 'ericvidasay';
say("hello world!");
```