# `@hackclub/season`

Get the current season

```sh
npm i @hackclub/season
```

## Usage

```js
import getSeason from '@hackclub/season'

export default () => <h1>It’s {getSeason()}, folks!</h1>
```
