1.0.1 • Published 8 years ago

family-crest-origins v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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