joemecha / little_esty_shop_bulk_discounts

0 stars 0 forks source link

#6 Upcoming Holidays API #12

Open joemecha opened 3 years ago

joemecha commented 3 years ago

As a merchant When I visit the discounts index page I see a section with a header of "Upcoming Holidays" In this section the name and date of the next 3 upcoming US holidays are listed.

Use the Next Public Holidays Endpoint in the Nager.Date API

joemecha commented 3 years ago

Output of my service class 'get_us_holidays'

[["Memorial Day", "2021-05-31"], ["Independence Day", "2021-07-05"], ["Labour Day", "2021-09-06"]]

joemecha commented 3 years ago

Note: Independence Day has the date of July 5