This package has been deprecated

Author message:

Package no longer supported.

celeb-birthdays

1.0.0 • Public • Published

Deprecated

No Maintenance Intended


celeb-birthdays

Find out what celebrities have the same birthday as you

npm version Build Status

Downloads

  • celeb-birthdays.json: Object with string members (in the form MM-DD) containing an array of names each one.

Last updated 2015-10-14

Getting started

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']); // MM-DD format
 
// [
//   'Charlize Theron',
//   'Abbie Cornish',
//   'David Duchovny',
//   'Harold Perrineau',
//   'Michael Shannon',
//   'Tobin Bell',
//   'Hans Matheson',
//   'Randy Wayne',
//   'Wayne Knight',
//   'Maggie Wheeler'
// ]

Credit

Inspired by norway-postal-codes

License

MIT © Alejandro Beltrán

Package Sidebar

Install

npm i celeb-birthdays

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

69.1 kB

Total Files

5

Last publish

Collaborators

  • alebelcor