https://github.com/erickchann/forestation
https://github.com/erickchann/forestation
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erickchann/forestation
- Owner: erickchann
- License: unlicense
- Created: 2021-09-21T06:35:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T12:18:49.000Z (about 2 years ago)
- Last Synced: 2024-05-19T14:40:16.300Z (about 2 years ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🤖 Automated Git commiter to green-ify your Github profile
Random jokes from jokeapi.dev
UDP is better in the COVID era since it avoids unnecessary handshakes.
## 🙋♂️ How does it works?
Using the power of [Github Actions](https://github.com/features/actions), we could create a scheduled job to commit a change to Github.
Using [Node](https://nodejs.org), we can change the README file (you're reading it now) to something interesting everytime. This could be easily modified on `writer.js`.
Oh, I also have to credit [`erickchann`](https://github.com/erickchann) for the idea.
## 🔧 Can we modify this to our liking?
Absolutely! Just go to the `writer.js` code conveniently sitting at the root directory, you could change the README file template or add other cool things.
You could also change how frequent the job occurs. Just modify the **`runner.yml`** file at `.github/workflows`, `schedule` section. Feel free to change the cronjob to something reasonable.
**Don't forget to change the Git email and username!!**
Don't know how to cronjob? [Take this with you](https://crontab.guru)
## 📋 What about licensing?
This project is licensed under the [Unlicense](https://unlicense.org) license.
Last updated at 13/09/2024, 12:23:00 UTC