An open API service indexing awesome lists of open source software.

https://github.com/erickchann/forestation


https://github.com/erickchann/forestation

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          


hero-darkmode
hero-lightmode


🤖 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