cristoper / feedmixer

A self-hosted API to fetch and mix entries from Atom and RSS feeds (returns Atom, RSS, or JSON)
Do What The F*ck You Want To Public License
168 stars 10 forks source link

Allow passing database file path to api #1

Closed cristoper closed 7 years ago

cristoper commented 7 years ago

Right now the falcon api object is simply created at the top-level of the feedmixer_app.py module. It would be better to create it in a function, so we could pass things like the database file path to it (this would also allow cleaning up better after integration tests which currently create/use the same database file as the app).