User content for ctrl-c. Gemini capsule and Word of the Day script
Go to file
gome a472733f03 wotd - include date in data 2022-05-05 18:59:37 -05:00
gemroot initial commit 2022-04-22 23:01:03 -05:00
wotd-pack wotd - include date in data 2022-05-05 18:59:37 -05:00
.gitignore initial commit 2022-04-22 23:01:03 -05:00
readme.md initial commit 2022-04-22 23:01:03 -05:00

readme.md

Ctrl-C stuff

Any miscellaneous Ctrl-C-related files I want to track. I keep full, stand-alone projects in their own repos, but this is just extra bits and bobs.

Gemini site

My gemsite is very small right now. If it gets bigger eventually, I may move it to its own repo.

Word of the Day Script (wotd-pack)

I have a Word of the Day feature on my user site. The tool here takes a CSV file of entries and converts them into JSON files that the script on my gomepage fetches and displays. To run it, you need Deno. You can either run it or install it with the included commands. Calling it looks something like this:

# wotd-pack wotd_data.csv

Where wotd_data.csv is a CSV file formatted like the one for my site. If you actually would like to use this tool and want clearer or more detailed documentation on how to use it, email me at gome@ctrl-c.club or just open an issue on this repository.