Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indirect/feedyour.email
https://github.com/indirect/feedyour.email
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/indirect/feedyour.email
- Owner: indirect
- License: mit
- Created: 2022-01-10T20:29:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:40:05.000Z (16 days ago)
- Last Synced: 2024-10-24T17:26:13.421Z (15 days ago)
- Language: Ruby
- Homepage: https://feedyour.email
- Size: 1.92 MB
- Stars: 18
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hi!
[feedyour.email](https://feedyour.email) lets you send newsletters to your feed reader by generating an email address that aggregates messages into an Atom feed.
## Getting Started
``` sh
# Install Homebrew, Ruby, and gems, set up database
bin/setup
```## Development
```sh
# Run a Rails server and Tailwind watcher
bin/dev
```## Testing & Linting
```sh
# run tests and lints automatically on changes with guard
bin/test
```### Fixing linter issues
```sh
# Run automatic lint fixers
bin/fix
```### Adding posts in development
`db:seed` creates a feed named somefeed ([localhost:3000/feeds/somefeed](http://localhost:3000/feeds/somefeed)) with a post named somepost ([localhost:3000/posts/somepost](http://localhost:3000/posts/somepost)).
You can also add posts yourself using the [Rails mailbox tools](http://localhost:3000/rails/conductor/action_mailbox/inbound_emails/).