colors-used

Returns a JSON object with all the colors used in my website. Colors are in hex format
{
solid: [String],
linear-gradient: [ [String] ]
}
GET https://www.saulkim.dev/api/colors-used

napod

Returns a JSON object of NASA's "Astronomy Picture of the Day"
{
copyright: String,
date: String,
explanation: String,
hdurl: String, // This is the high definition image link
media_type: String,
service_version: String,
title: String,
url: String
}
GET https://www.saulkim.dev/api/napod
To see the actual picture, click here