Skip to content

westonlit/nameparts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nameparts

Build Status Coverage Status hex.pm version

nameparts is a code port from a Python project to NodeJS to Elixir. The original Python module was written by James Polera to address the problem of having to split full names into individual parts (first, middle, last, etc.) and ported to NodeJS by Gary Slawinski.

Installation

Add nameparts to your list of dependencies in mix.exs:

def deps do
  [{:nameparts, "~> 0.2.1"}]
end

Usage

Documentation can be found at https://hexdocs.pm/nameparts.

License

nameparts is released under the FreeBSD license.

About

Takes a full name and splits it into individual name parts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%