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 🙏

© 2025 – Pkg Stats / Ryan Hefner

my-first-npm-package-smallflyk

v1.0.7

Published

**GeoGuessr.im** is a web-based geography guessing game that drops you into a random Street View panorama somewhere on Earth and challenges you to pinpoint your location on the map. The closer your guess, the higher your score—making it a fun way to sharp

Readme

GeoGuessr.im

GeoGuessr.im is a web-based geography guessing game that drops you into a random Street View panorama somewhere on Earth and challenges you to pinpoint your location on the map. The closer your guess, the higher your score—making it a fun way to sharpen your geography skills while virtually exploring the planet.

🌐 Play the live game ›


Features

  • World-wide exploration – get placed in real Street View scenes from every corner of the globe
  • Multiple game modes – ramp up the difficulty or limit movement to test different skills
  • Interactive 360° navigation – look around, move, and zoom just like you would in Google Maps
  • Scoring & leaderboards – earn points based on distance accuracy and compare with friends
  • Educational tips – learn to use language, climate, road signs, and the sun’s position as clues
  • Responsive design – optimized for both desktop and mobile play

Tech Stack

| Layer | Technology | |------------------|------------------------------------| | Front-end | React 18 + Vite + TypeScript | | Styling | Tailwind CSS | | Maps & Imagery | Google Maps JavaScript API (Street View + Static Maps) | | State Management | Zustand | | Testing | Vitest & Playwright | | Hosting | Netlify (static SPA deployment) |

Note
If you’re forking the project you’ll need your own Google Maps API key with Street View & Maps JavaScript enabled.


Getting Started

# 1. Clone the repo
git clone https://github.com/your-username/geoguessr.im.git
cd geoguessr.im

# 2. Install dependencies
pnpm install         # or npm install / yarn

# 3. Add env vars
cp .env.example .env         # then edit the file
# VITE_GOOGLE_MAPS_API_KEY=YOUR_KEY_HERE

# 4. Start a dev server
pnpm dev
# open http://localhost:5173

To create a production build:

pnpm build   # outputs to /dist

You can serve the built files locally with:

npx serve -s dist

Roadmap

  • [ ] Multiplayer lobbies with real-time chat
  • [ ] Daily challenge seed & shareable links
  • [ ] Achievements and badges
  • [ ] Offline (PWA) support
  • [ ] OpenStreetMap / Mapillary fallback for regions without Street View

Contributing

  1. Fork the repository and create your branch: git checkout -b feat/my-feature
  2. Commit your changes using Conventional Commits
  3. Push to the branch: git push origin feat/my-feature
  4. Open a Pull Request describing your changes

All contributions—code, bug reports, and feature requests—are welcome!


License

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


Acknowledgements

Made with ❤️ by smallflykoo