2.1.0 • Published 3 years ago

lottery-data v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

lottery-data

Gets most current lottery data and histories

Report Bug | Request Features


Table of Contents


Installation

npm i lottery-data

Usage

  1. Import:
    import lotteryData from 'lottery-data';
  2. Use:
    const powerballHistory = lotteryData.powerballHistory();
    const megaMillionsHistory = lotteryData.megaMillionsHistory();
    const powerballDrawing = lotteryData.latestPowerbalDrawing();
    const megaMillionsDrawing = lotteryData.latestMegaMillionsDrawing();

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/michael-joseph-miller/lottery-data

2.1.0

3 years ago

2.0.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago