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

https://github.com/davorg/cool-stuff

Cool Stuff Web Site
https://github.com/davorg/cool-stuff

Last synced: 3 months ago
JSON representation

Cool Stuff Web Site

Awesome Lists containing this project

README

          

# cool-stuff.co.uk

The code for a website that features cool stuff you can find on the internet.

For more details, see the blog post
[Finding cool stuff with ChatGPT](https://perlhacks.com/2025/04/finding-cool-stuff-with-chatgpt/).

Written as a demonstration of generating useful(ish) information using
ChatGPT.

## Technology

* Site hosted on [GitHub Pages](https://pages.github.com/)
* Site regenerated each day with
[GitHub Actions](https://github.com/features/actions)
* Site built using [Jekyll](https://jekyllrb.com/)
(using the [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/)
theme)
* Code to interact with ChatGPT written in [Perl](https://perl.org/)
(using the [OpenAPI::Client::OpenAI](https://metacpan.org/pod/OpenAPI::Client::OpenAI) library)