Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# CALottery Scratcher Insights
by Mark Swoope

Local 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`