Home > Software design >  Solution to find holidays in persian calendar (shamsi)
Solution to find holidays in persian calendar (shamsi)

Time:11-05

i need to know persian calendar holidays in react and i dont want to use paid APIs is there any way to get persian (shamsi) holidays for **free **?

i need to know holidays with it's description

{
1402:[
    {
      date: "1402/1/2",
      description: "عیدنوروز",
    },
    ...
]
}

help me to find a free api or free solution

CodePudding user response:

use this script for free at time.ir website to have static holidays in specific years detect Persian holidays script

  • Related