Toolkit completo per scommesse: EV calculator, Kelly criterion, odds converter, bet tracker, Polymarket value finder.
Il sito è già deployato su GitHub Pages:
🔗 https://lolarok.github.io/sharp/
-
Clona il repository:
git clone https://github.com/Lolarok/sharp.git cd sharp -
Apri nel browser:
- Mac:
open index.html - Windows:
start index.html - Linux:
xdg-open index.html
Oppure trascina
index.htmlnel browser. - Mac:
-
Con un server locale (opzionale):
# Python python3 -m http.server 8080 # Node.js (se hai npx) npx serve . # Poi apri http://localhost:8080
- Apri la cartella in VS Code
- Installa l'estensione "Live Server"
- Clicca "Go Live" in basso a destra
- Expected Value (EV) calculator
- Kelly Criterion per sizing ottimale
- Convertitore odds (decimali, frazionarie, americane)
- Bet tracker con P&L
- Polymarket value finder
- Tutti gli strumenti in una pagina
- HTML + CSS + JavaScript vanilla
- Nessuna dipendenza da installare
- API pubbliche (fetch diretto dal browser)