Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 219 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 219 Bytes

Holiday API

Get a list of holidays for a given country. Uses the Google Calendar API.

Setup

npm install

Lint

npm run lint

Test

npm run test

Development

npm run dev