Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gsandf/gsf-say-hello

👋 🐕 Much hello. WOW.
https://github.com/gsandf/gsf-say-hello

Last synced: 8 days ago
JSON representation

👋 🐕 Much hello. WOW.

Awesome Lists containing this project

README

        

# gsf-say-hello

> 👋 🐕 Much hello. WOW.

Say hello to different animals and such.

## Usage

```js
const helloFriend = require('gsf-say-hello')

console.log(helloFriend.helloDoge())
console.log(helloFriend.helloDolphin())
console.log(helloFriend.helloKitty())
```

outputs

```
hello 🐕
hello 🐬
hello 🐈
```

## API

* `helloDoge` - says hello to dog
* `helloKitty` - says hello to kitty
* `helloDolphin` - says hello to dolphin

## Install

With [Yarn](https://yarnpkg.com/) installed, run

```
yarn add gsf-say-hello
```

Alternatively, With [npm](https://npmjs.org/) installed, run

```
npm install --save gsf-say-hello
```

## Acknowledgments

`gsf-say-hello` was inspired by puppies, kittens, and dolphins everywhere 🐕 🐈 🐬

## See Also

- [`sindresorhus/dog-names`](https://github.com/sindresorhus/dog-names) - Get popular dog names
- [`sindresorhus/cat-names`](https://github.com/sindresorhus/cat-names) - 🐈 Get popular cat names
- [`sindresorhus/cows`](https://github.com/sindresorhus/cows) - 🐮 ASCII cows

## License

MIT