0.0.4 • Published 1 month ago

international-days-cs v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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 International day by date
const days = getInternationalDays(new Date(2024, 0, 1));

console.log(days);

// or you can write it like this


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

Credits

License

MIT