The beginning of something great.
Analyse your games of Poker Now.
Place a log file in the root directory named log.csv
.
Spin up a web server and hit index.html
.
Install http-server by typing npm install -g http-server
Start your http server by running http-server -c-1
This spins up a Node.js httpd which serves the files in your directory as static files accessible from http://localhost:8080
Deploys to poker.jamieb.xyz