1.0.0 • Published 9 years ago
birthday-no-search v1.0.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);
});
1.0.0
9 years ago