Aucune description

Emixa b7b8d1e7c1 Adding charts on every coin il y a 4 ans
.vscode 16b3459f66 First commit il y a 4 ans
static b7b8d1e7c1 Adding charts on every coin il y a 4 ans
templates b7b8d1e7c1 Adding charts on every coin il y a 4 ans
.gitignore 40a4888eba add .db to gitignore il y a 4 ans
Coin.py 1089d0429b First Commit il y a 4 ans
README.md 2e9610549a Mise à jour de 'README.md' il y a 4 ans
app.py b7b8d1e7c1 Adding charts on every coin il y a 4 ans
populate.py 1089d0429b First Commit il y a 4 ans
requirement.txt 16b3459f66 First commit il y a 4 ans

README.md

MaxApp

Suite à une discussion un soir d'hiver 2021 avec max on s'est amusé à faire une petite application qui récupère des données sur les cryptomonnaies et les aficahe sous un nouveau format.

Install

mkdir MaxApp
cd MaxApp
git clone http://gitlab.jaquin.fr/clovis/MaxApp.git
python -m venv venv
venv/Scripts/activate
pip -r requirements.txt