npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

fl-lotto

v1.1.0

Published

CLI to fetch latest Florida Lottery winning numbers

Readme

fl-lotto

CLI to fetch latest Florida Lottery winning numbers.

Instant Run (No Installation Required)

Fetch live draw numbers, dates, multipliers, and jackpot estimates instantly via npx:

npx fl-lotto

Filtering by Game

Use the -g or --game flag to filter by a specific game using shorthand:

# Powerball
npx fl-lotto -g pb

# Fantasy 5
npx fl-lotto --game f5

# Florida Lotto
npx fl-lotto -g lotto

# Pick games
npx fl-lotto --game p3
npx fl-lotto -g p4

Supported Games

  • Cash Pop (Morning, Matinee, Afternoon, Evening, Late Night)
  • Pick 2, Pick 3, Pick 4, Pick 5 (Midday & Evening)
  • Fantasy 5 (Midday & Evening)
  • Cash4Life
  • Jackpot Triple Play
  • Florida Lotto & Lotto Double Play
  • Mega Millions
  • Powerball & Powerball Double Play

Global Installation (Optional)

npm install -g fl-lotto
fl-lotto

Bonus Ball Legend

| Label | Name | Game | What It Does | | --- | --- | --- | --- | | PB | Powerball | Powerball | The jackpot-winning red ball | | MB | Mega Ball | Mega Millions | The jackpot-winning gold ball | | CB | Cash Ball | Cash4Life | The top-prize bonus ball | | FB | Fireball | Pick 2, 3, 4, 5 | Extra digit that can replace any drawn number |

Game Shorthand Legend

| Shorthand | Game Name | Example | | --- | --- | --- | | cpop | Cash Pop | npx fl-lotto -g cpop | | p2 | Pick 2 | npx fl-lotto -g p2 | | p3 | Pick 3 | npx fl-lotto -g p3 | | p4 | Pick 4 | npx fl-lotto -g p4 | | p5 | Pick 5 | npx fl-lotto -g p5 | | c4l | Cash4Life | npx fl-lotto -g c4l | | f5 | Fantasy 5 | npx fl-lotto -g f5 | | jtp | Jackpot Triple Play | npx fl-lotto -g jtp | | lotto | Florida Lotto | npx fl-lotto -g lotto | | ldp | Florida Lotto Double Play | npx fl-lotto -g ldp | | mm | Mega Millions | npx fl-lotto -g mm | | pb | Powerball | npx fl-lotto -g pb | | pbdp | Powerball Double Play | npx fl-lotto -g pbdp |

License

MIT