https://github.com/ezavile/doggy-names
Funny library to get random doggy names
https://github.com/ezavile/doggy-names
Last synced: 3 months ago
JSON representation
Funny library to get random doggy names
- Host: GitHub
- URL: https://github.com/ezavile/doggy-names
- Owner: ezavile
- License: mit
- Created: 2018-01-17T05:38:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T08:22:39.000Z (over 7 years ago)
- Last Synced: 2025-01-27T06:46:02.222Z (4 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doggy-names
[](https://travis-ci.org/ezavile/doggy-names)
[](https://codecov.io/gh/ezavile/doggy-names)
[](https://www.npmjs.com/package/doggy-names)Funny library to get random doggy names
## Installation
```
npm install doggy-names
```## Usage
```js
var doggyNames = require('doggy-names');var all = doggyNames.all();
var randomName = doggyNames.random();
var orderedNames = doggyNames.sort();
```## Testing
This will build scripts, run tests and generate a code coverage report. Anything less than 100% coverage will throw an error.
```javascript
npm test
```## Contributing
* ⇄ Pull requests and ★ Stars are always welcome.
* For bugs and feature requests, please create an issue.
* Pull requests must be accompanied by passing automated tests (`npm test`).[MIT License]: https://github.com/ezavile/doggy-names/blob/master/LICENSE