-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some other README upgrades. Deleting some unuseful files.
- Loading branch information
1 parent
df8117a
commit c40dc27
Showing
4 changed files
with
9 additions
and
38,840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,14 @@ | |
A node.js module to determine a person's gender based on his/her first name. | ||
It works also for many languages other than english. | ||
|
||
## Installation | ||
|
||
$ npm install gender-detection | ||
|
||
Or using github: | ||
|
||
$ npm install git+https://[email protected]/davidemiceli/gender-detection.git | ||
|
||
## Example | ||
```javascript | ||
// Require gender detection module | ||
|
@@ -19,11 +27,3 @@ g = gender.detect('Holly'); | |
g = gender.detect('GhJGhgj') | ||
// "unknown" | ||
``` | ||
|
||
## Installation | ||
|
||
$ npm install gender-detection | ||
|
||
Or you can use git: | ||
|
||
$ npm install git+https://[email protected]/davidemiceli/gender-detection.git |
Oops, something went wrong.