family-crest-origins

1.0.1 • Public • Published

family-crest-origins Build Status JavaScript Style Guide

Get The Origins Of Your Family Crest for your surname.

Install

$ npm install family-crest-origins --save-dev

Usage

var familyCrest = require('family-crest-origins');
 
familyCrest('Smith').then(function(origins) {
  console.log(origins);
  /*
    Origins Available: Dutch, English, German, Irish, Scottish...
    The people known in ancient Scotland as the Picts were the forefathers of
    the Smith family. It is a name for a smithy. Although Smith appears to be
    an occupational name for a blacksmith, it has been suggested that when
    surnames came into use in Scotland...
   */
});

Contributions

Pull requests and issues are be welcome.

License

MIT license

© 2016 José Luis Quintana

Package Sidebar

Install

npm i family-crest-origins

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • joseluisq