Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daimdn/girls-name
Npm Package for generating Random baby girl names. Install using npm and use girlsname function. For more packages visit https://www.npmjs.com/~daimmughal.
https://github.com/daimdn/girls-name
generator girls name npm npm-module npm-package
Last synced: about 7 hours ago
JSON representation
Npm Package for generating Random baby girl names. Install using npm and use girlsname function. For more packages visit https://www.npmjs.com/~daimmughal.
- Host: GitHub
- URL: https://github.com/daimdn/girls-name
- Owner: DaimDN
- License: mit
- Created: 2020-12-15T05:32:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T06:25:03.000Z (almost 4 years ago)
- Last Synced: 2024-10-07T23:05:17.510Z (about 1 month ago)
- Topics: generator, girls, name, npm, npm-module, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/girl-names
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# girls name generator
Generate Random names for your baby girls. Use names.girlname() function and its going to generate a random name for little girls.
## Install
```
$ npm i girl-names
```## Usage
```
const names = require("girls-name");var name = names.girlsname();
console.log(name);
```
## License
MIT © [Daim Mughal](https://github.com/DaimDN/girls-name)