@hackclub/season Get the current season npm i @hackclub/season Usage import getSeason from '@hackclub/season' export default () => <h1>It’s {getSeason()}, folks!</h1>