birthday-no-search

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

Usage no npm install needed!

<script type="module">
  import birthdayNoSearch from 'https://cdn.skypack.dev/birthday-no-search';
</script>

README

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