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);
});

Package Sidebar

Install

npm i birthday-no-search

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vidarw