playing-with-numbers-node
playing-with-numbers-node copied to clipboard
Added a route to determine if a year is a leap year or not
Added a post route with endpoint "/leap-year" to determine if the provided year is a leap year or not. Also included tests.
Solves issue #30