Help fight the climate change crisis by spreading the message.
npm install climate-change-reminderclimate-change-reminder 🌎🌍
> Fight the climate crisis by spreading the message for how you can help.

You can either add use-climate-change-reminder as a dependency like:
``shell`
$ yarn add use-climate-change-reminder
or
`shell`
$ npm install --save use-climate-change-reminder
to automatically print the message after installation.
Otherwise you can
import and call the function manually in your project:
`javascript
const climateChangeReminder = require('climate-change-reminder')
console.log(climateChangeReminder())
``