birthday-no-search

1.0.0 • Public • Published

node-birthday-no

Node module for Birthday.no searches. Two or more of the following parameters are required:

  • firstName
  • lastName
  • zip
  • city

Example

var person = {
  firstName: "Preben",
  lastName: "Hansen"
};

birthday.search(person, function(result){
  console.log(result);
});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i birthday-no-search

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • vidarw