All Projects → mamal72 → iranian-calendar-events

mamal72 / iranian-calendar-events

Licence: MIT license
Fetch Iranian calendar events (Jalali, Hijri and Gregorian) from time.ir website

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to iranian-calendar-events

gahshomar
A Persian (Jalali/Farsi) calendar for Linux
Stars: ✭ 69 (+146.43%)
Mutual labels:  persian, jalali-calendar, jalali, iranian
jalali-pandas
A pandas extension that solves all problems of Jalai/Iraninan/Shamsi dates
Stars: ✭ 29 (+3.57%)
Mutual labels:  jalali-calendar, jalali
JalaliCalendar
Jalali Calendar for java
Stars: ✭ 76 (+171.43%)
Mutual labels:  jalali-calendar, jalali
pholiday
a persian calendar holidays library for javascript
Stars: ✭ 38 (+35.71%)
Mutual labels:  events, persian
persiantools
Jalali date and datetime with other tools
Stars: ✭ 101 (+260.71%)
Mutual labels:  persian, jalali
libcalendars
Collection of calendar arithmetic algorithms
Stars: ✭ 38 (+35.71%)
Mutual labels:  jalali-calendar, jalali
discord-guide-fa
اینجا یاد میگیرید چطور از صفر یک دیسکورد بات بسازید 🐱‍🏍
Stars: ✭ 69 (+146.43%)
Mutual labels:  persian, iranian
datium
⏰ The flexible DataTime Package written in PHP
Stars: ✭ 18 (-35.71%)
Mutual labels:  jalali-calendar, jalali
matnbaz
📚 The source-code for matnbaz.net. A monorepo containing the back-end (NestJS/Prisma/Apollo), front-end (Next.js/Apollo) and some tooling.
Stars: ✭ 481 (+1617.86%)
Mutual labels:  persian, iranian
wp-parsidate
Integrates the Solar Hijri (Persian) calendar in WordPress
Stars: ✭ 36 (+28.57%)
Mutual labels:  persian, jalali
shamsi date
A Flutter and Dart package for using Jalali (Shamsi, Solar, Persian or Jalaali) calendar. You can convert, format and manipulate Jalali and Gregorian (Miladi) date and times.
Stars: ✭ 59 (+110.71%)
Mutual labels:  persian, jalali
go-jalaali
Go implementation for converting Jalaali and Gregorian calendar systems to each other.
Stars: ✭ 35 (+25%)
Mutual labels:  persian, jalali
jekyll-theme-mehdix-rtl
A right-to-left theme for Jekyll with Jalali support and some other goodies.
Stars: ✭ 38 (+35.71%)
Mutual labels:  persian, jalali-calendar
persian-tools-rs
An anthology of a variety of tools for the Persian language in Rust
Stars: ✭ 17 (-39.29%)
Mutual labels:  persian, iranian
event-horizon
Custom global event firing/subscribing in GameMaker: Studio 2
Stars: ✭ 16 (-42.86%)
Mutual labels:  events
perke
A keyphrase extractor for Persian
Stars: ✭ 60 (+114.29%)
Mutual labels:  persian
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (+17.86%)
Mutual labels:  events
vcenter-connector
Extend vCenter with OpenFaaS
Stars: ✭ 29 (+3.57%)
Mutual labels:  events
vip-git
💊 Automated "hey" · ·👋 · · of the day. Every day a unique historic event is generated based on the given day.
Stars: ✭ 4 (-85.71%)
Mutual labels:  events
go-graphql-subscription-example
☝️ go-graphql subscription over Kafka/Redis/NSQ example
Stars: ✭ 34 (+21.43%)
Mutual labels:  events

Build Status license

iranian-calendar-events

A simple package to fetch Iranian calendar events (Jalali, Hijri, Gregorian) from time.ir website.

Installation

npm i iranian-calendar-events
# or
yarn add iranian-calendar-events

Usage

import ice from 'iranian-calendar-events';

(async () => {
  const yearEvents = await ice({ year: 1396 }); // all events of the year
  const monthEvents = await ice({ year: 1396, month: 12 }); // all events of the month
  const dayEvents = await ice({ year: 1396, month: 12, day: 15 }); // all events of a day
  const dayEventsInAllMonths = await ice({ year: 1396, day: 15 }); // all events of a day number in all months
  // That's it! You can use them now!
})();

Ideas or Issues

Create an issue and describe it. I'll check it ASAP!

Contribution

You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. ❤️

Remember to write a few tests for your code before sending pull requests.

License

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].