Using Florida Lottery data to help you choose your next numbers
- Test your chances by inputing numbers into the form
- See a map of cities with the most winners
- See a list of the most common winning numbers
- clone this repo to your vscode
- do npm i in your terminal
- very very important!! after you do npm i, be sure to go to your node_modules\pdf-parse\index.js and change let isDebugMode = !module.parent; to let isDebugMode = false;
- run the main js file
node lotteryApi.js
- In a seperate terminal run
npx tailwindcss -i ./style.css -o ./dist/output.css --watch
- open localhost:3000 in your browser