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

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

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).