Adding Features and Tests
Yesterday I worked further on my armenian-names NPM package. I added new features to enable users to get random names for boys and girls that start with a certain letter or letters. This was in response to requests from people I spoke with who said they'd like to see that feature in the package. I also added tests …
Read MoreYesterday I developed and published my first NPM package, the armenian-names package. This package provides the following useful functions: getMaleNames() getFemaleNames() getAllNames() getRandomMaleName() getRandomFemaleName() getRandomName() Who Would Benefit from armenian-names? People developing applications that …
Read More