Skip to content

indirect/feedyour.email

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2025
Feb 21, 2025
Dec 9, 2024
Dec 13, 2024
Oct 5, 2024
Dec 9, 2024
Jan 11, 2022
Jan 13, 2022
Dec 13, 2024
Jan 11, 2022
Jan 11, 2022
Jan 11, 2022
Jan 14, 2022
Jan 6, 2024
Dec 9, 2024
Jan 11, 2022
Jan 13, 2022
Sep 13, 2024
Aug 31, 2024
Jan 11, 2022
Jan 14, 2022
Jan 15, 2022
Sep 1, 2024
Jan 13, 2022
Dec 8, 2024
Dec 8, 2024
Feb 12, 2025
Feb 19, 2025
Jan 15, 2022
Jan 16, 2022
Jan 6, 2024
Feb 26, 2022
Jan 11, 2022
Jan 11, 2022
Oct 5, 2024

Repository files navigation

Hi!

feedyour.email lets you send newsletters to your feed reader by generating an email address that aggregates messages into an Atom feed.

Getting Started

# Install Homebrew, Ruby, and gems, set up database
bin/setup

Development

# Run a Rails server and Tailwind watcher
bin/dev

Testing & Linting

# run tests and lints automatically on changes with guard
bin/test

Fixing linter issues

# Run automatic lint fixers
bin/fix

Adding posts in development

db:seed creates a feed named somefeed (localhost:3000/feeds/somefeed) with a post named somepost (localhost:3000/posts/somepost).

You can also add posts yourself using the Rails mailbox tools.