Skip to content

Instantly share code, notes, and snippets.

View Princezhm's full-sized avatar

Prince Hernandez Princezhm

  • Parana, Entre Rios
View GitHub Profile
@Princezhm
Princezhm / baby_countdown.js
Created October 29, 2023 19:17
script to be used in scriptable, shows a countdown to the born of your future baby :)
/**
* the parameters we are accepting are:
* - pregnancy: the date of the pregnancy
* - estimatedDated: the date of the estimated date of birth
* - pictureRefreshInterval: the interval in minutes to refresh the picture
* - pictureCategories: the categories for the pictures
* - fontColor: font color
*
* if there is a variable missing, we have a default value for it.
*/