1.0.1 • Published 3 years ago

is-know-name v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

isname

A simple validation to check if a string is a know first name.

At this point the main function just compares an input string with a json list loaded by the function. Currently with 7000+ know names.

The focus of this project are build and upload a simple NPM Package, for studies pruporses.

##Instalation -> 
npm install is-know-name 

##In code usage -> 
const name = require('is-know-name');
name('Put-a-name-here')
1.0.1

3 years ago

1.0.0

3 years ago