martinbaste / Filter-Mirror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter Mirror

This is a project done during the April 2018 Copenhacks hackathon in Copenhagen.

The set up process is not entirely streamlined, yet.

For now, you'll need Python (at least 3.6) and pip.

pip install -r requirements.txt
export FLASK_APP=app.py

Then run the app with

flask run

To launch the extension, go to chrome extensions, enable dev mode and load the 'extension' folder.

To-do: Upgrade repository to use with virtualenv.

About

License:MIT License


Languages

Language:Python 98.7%Language:HTML 1.1%Language:JavaScript 0.2%