Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Protovision/calottery-scratchers
Web scraper for california lottery scratchers
https://github.com/Protovision/calottery-scratchers
Last synced: 14 days ago
JSON representation
Web scraper for california lottery scratchers
- Host: GitHub
- URL: https://github.com/Protovision/calottery-scratchers
- Owner: Protovision
- License: mit
- Created: 2021-02-02T20:30:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T00:45:54.000Z (about 3 years ago)
- Last Synced: 2024-08-01T16:46:31.672Z (3 months ago)
- Language: JavaScript
- Size: 280 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# CALottery Scratcher Insights
by Mark SwoopeLocal web application for calculating the average payouts of CALottery scratchers
![Screenshot](screenshot.png)
## Dependencies
node.js, npm, make
Running make will install the rest of the dependencies locally
## Building
`make build` or `make all` or `make`
## Running
`make run`
Then navigate to [http://localhost:3000/](http://localhost:3000/)
## Unbuilding
`make clean` or `make unbuild`