https://github.com/alexwebgr/xkcd-iterator
Get your daily fix of XKCD
https://github.com/alexwebgr/xkcd-iterator
ruby-on-rails xkcd
Last synced: 3 months ago
JSON representation
Get your daily fix of XKCD
- Host: GitHub
- URL: https://github.com/alexwebgr/xkcd-iterator
- Owner: alexwebgr
- Created: 2018-06-14T11:29:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-27T10:32:55.000Z (6 months ago)
- Last Synced: 2026-01-27T22:24:13.385Z (6 months ago)
- Topics: ruby-on-rails, xkcd
- Language: Ruby
- Homepage: https://xkcd-iterator-production.up.railway.app/
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XKCD Iterator
## Purpose
This project is a way to solve a problem of mine, get my daily XKCD fix.
Everyday subscribers receive an email with a comic from the notorious webcomic https://www.xkcd.com/ starting from number one.
It is also a way to use my favorite framework [Ruby on Rails](https://rubyonrails.org/) while demonstrating how I am handle certain aspects like
* Encrypted credentials
* Solid Queue
* Server deployments
* Send emails with ActiveJob
Check it out here
[xkcd-iterator](https://xkcd-iterator-production.up.railway.app/)
## Contribute
Did you spot something that doesn't look quite right? Do you want to add a new feature?
Then feel free to open an [issue](https://github.com/alexwebgr/xkcd-iterator/issues) or even create
a [pull request](https://github.com/alexwebgr/xkcd-iterator/pulls).