Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 440 Bytes

Is it a Leap Year?

An app that says whether it is a leap year. Now with a free API!

Live here.

API Docs

GET /api

Query Parameter Required? Description
year Yes The target year.

Example:

GET https://is-it-a-leap-year.brown.ee/api?year=2022
=> {"result":false} // 2022 is not a leap year