Skip to content

mjmiller41/lottery-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Provides current lottery drawings and history

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published