Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfix22/use-climate-change-reminder
🌳 Fight the climate change crisis by spreading the message for how you can help
https://github.com/mfix22/use-climate-change-reminder
climate-change crisis preinstall prompt reminder terminal
Last synced: 16 days ago
JSON representation
🌳 Fight the climate change crisis by spreading the message for how you can help
- Host: GitHub
- URL: https://github.com/mfix22/use-climate-change-reminder
- Owner: mfix22
- License: mit
- Created: 2019-09-17T23:45:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T22:12:53.000Z (about 4 years ago)
- Last Synced: 2024-10-25T18:24:36.831Z (19 days ago)
- Topics: climate-change, crisis, preinstall, prompt, reminder, terminal
- Language: JavaScript
- Homepage: https://erikareinhardt.com/personal-climate-action
- Size: 634 KB
- Stars: 47
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🌍🌏
climate-change-reminder
🌎🌍
> Fight the climate crisis by spreading the message for how you can help.
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
## Usage 🌳
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())
```## Contributing 🤝
Pull requests are more than welcome! If you have something to add, even a question, please feel free to [open an issue](https://github.com/mfix22/use-climate-change-reminder/issues/new) or PR.