1.1.5 • Published 6 months ago

international-days-cs v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

International Days (cs)

NPM Downloads NPM Version NPM License Last Commit GitHub Workflow Status

Functions

All functions are available in the main module. You can import them like this:

import { getInternationalDays } from 'international-days-cs';

// get all international days for 01-01-2024
const days = getInternationalDays(new Date(2024, 0, 1));

console.log(days);

// or you can get all days as string

console.log(
  days.map(day => `${day.icon} ${day.name}`).join('\n')
);

Credits

License

MIT

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

7 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.12

8 months ago

1.0.8

9 months ago

1.0.2

10 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.8

12 months ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago