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 🙏

© 2024 – Pkg Stats / Ryan Hefner

joycast

v1.0.4

Published

Turn your phones into joysticks; play single and multiplayer games!

Downloads

259

Readme

Joycast: Turn Your Phone into a Virtual Game Controller

What is Joycast?

Joycast is a software that lets you turn your phone into a virtual game controller for your computer. Simply open the software on your computer, scan the QR code with your phone, and start playing games with your friends.

Joycast

Key Features:

  • Multiplayer Support: Multiple players can scan the QR code and join in on the fun, making it perfect for social events and casual gaming sessions.
  • Easy Setup: No need to install any additional software on your phone. Just scan the QR code and start playing.
  • Cross-Platform: Works on any device with a web browser, including Android and iOS devices.

How it works

  1. Open the Joycast software on your computer.
  2. Scan the QR code with your phone.
  3. Your phone will become a virtual joystick, allowing you to control games on your computer.
  4. Invite friends to scan the QR code and join in on the fun.

Getting started

Recommendation: I suggest using the NPM registry or the development version for now, as the released versions have been found to occasionally experience minor issues.

Using the Release version

You can get the latest release version from the following URL: https://github.com/zenineasa/joycast/releases/latest

Using NPM registry

Assuming that you already have NodeJS's Package Manager (NPM) installed, open a terminal and perform the following:

  1. Install from the registry:
    npm install -g joycast
  2. Launch the software using NPX-command.
    npx joycast

Using the development version

Assuming that you already have NodeJS installed, open a terminal and perform the following:

  1. Clone this repository using the following command. Alternatively, you can download it from GitHub page as well.
    git clone https://github.com/zenineasa/joycast.git
  2. Move to the cloned repo directory and install all dependencies using the following command.
    cd joycast
    npm install
  3. Launch the software on your computer using the following command.
    npm start

Copyright (c) 2024 Zenin Easa Panthakkalakath