npm.io
1.0.0 • Published 11 years ago

birthday-no-search

Licence
MIT
Version
1.0.0
Deps
2
Vulns
0
Weekly
0

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

Keywords