indirect / feedyour.email

Home Page:https://feedyour.email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://feedyour.email

License:MIT License


Languages

Language:Ruby 72.2%Language:HTML 14.8%Language:JavaScript 6.8%Language:Dockerfile 2.5%Language:CSS 2.3%Language:Shell 1.3%Language:Procfile 0.1%