An open API service indexing awesome lists of open source software.

https://github.com/arnauld/training-birthday-greetings


https://github.com/arnauld/training-birthday-greetings

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          

# The Problem

* Read employee records from a file
* Filter employees whose birthday is today
* Send a personalized greetings message by email

# Source

Copied/Inspired From [birthday-greetings-kata](https://github.com/xpmatteo/birthday-greetings-kata)