This app has the goal to provide a view of the most common numbers among the lottery winning numbers. Good luck for all.
To do: env setup
- python
to
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Enter your API in
config.jsconst API_KEY = 'ENTER YOUR API';
- Add Basic Form Control
- Prepare lotterywest api request
- Gather and count result numbers
- Filter results by date and/or specific game
- Order winning numbers
- Work on appearance
- Rendering of winning numbers table
- General number cell appearance
- General form and page css
- Review error treatment and bugs
- Unit tests
- Documentation
Distributed under the MIT License. See LICENSE.txt for more information.