Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 439 Bytes

feedmaker

Quickly generate an RSS feed from any website

Read the introductory blog post

Development

Installation:

pyenv virtualenv feedmaker
pyenv activate
pip install -r requirements.txt
cp .env.template .env

Run locally:

./manage.py runserver

Run tests:

./manage.py test

Deploy

fly deploy