logo /logo search Search menu 1 sign up or log in log in .user-info /menu 1 menu 2 node package manager Toggle Navigation npm Enterprise features pricing documentation support /menu 2 celeb-birthdays Find out what celebrities have the same birthday as you celeb-birthdays.json : Object with string members (in the form MM-DD ) containing an array of names each one. Last updated 2015-10-14 Even though all files are provided here, you might want to update them yourself. You'll need Node.js , then cd into this folder and npm install . Run npm run generate to fetch the latest celebrity birthdays. You can also use it as a Node module. Just install it npm install --save celeb-birthdays and then require it in your code: var birthdays = require ( ' celeb-birthdays ' ) ; console . log ( birthdays [ ' 08-07 ' ] ) ; ...