- Description: Breaking Bad Quote Generator
- Data Source: API Endpoint https://wagon-breaking-bad-quotes.herokuapp.com/v1/quotes
To Access the Breaking Bad Quote Generator Web, Please access https://bbquote-generator.herokuapp.com/
Go to https://github.com/liviaellen/Breaking-Bad-Quote-Generator
to see the project.
pip install git+https://github.com/liviaellen/Breaking-Bad-Quote-Generator.git
bbquote-run
The initial setup.
Create virtualenv and install the project:
sudo apt-get install virtualenv python-pip python-dev
deactivate; virtualenv ~/venv ; source ~/venv/bin/activate ;\
pip install pip -U; pip install -r requirements.txt
Clone the project and install it:
git clone [email protected]:liviaellen/Breaking-Bad-Quote-Generator.git
cd Breaking-Bad-Quote-Generator
pip install -r requirements.txt
make clean install test # install and test
Functionnal test with a script:
cd
mkdir tmp
cd tmp
bbquote-run