Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gsandf/gsf-say-hello
- Owner: gsandf
- Created: 2017-04-04T16:55:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T12:13:52.000Z (over 7 years ago)
- Last Synced: 2024-10-13T10:37:40.343Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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