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

@nskha/n8n-nodes-gameboost

v0.3.9

Published

![Banner image](https://i.imgur.com/U0zB9Ea.png)

Readme

n8n-nodes-gameboost

Banner image

This is a custom n8n node created by Nskha that enables seamless integration with GameBoost. It allows sellers to manage their accounts through automated workflows without any programming knowledge.

Features

  • No-code Automation: Seamlessly integrate GameBoost operations into your n8n workflows
  • Complete Account Management:
    • List all accounts
    • Create new accounts
    • Delete existing accounts
  • Secure Authentication: Built-in credential management for secure API access
  • Error Handling: Robust error handling and detailed feedback
  • Documentation: Comprehensive documentation and examples included

Prerequisites

  • Node.js: Version 18+ (Recommended: 20+)
  • n8n: Latest stable version
  • npm: Latest stable version (included with Node.js)
  • GameBoost Account: Active seller account on GameBoost

Installation

To install this custom node as an npm package, run:

npm i @nskha/n8n-nodes-gameboost

Once installed, ensure that n8n detects external modules according to their documentation.


Usage

  1. Add the Node to Your Workflow
    After installing the package, you can add the Gameboost node in the n8n Editor UI.
  2. Configure Credentials
    Configure any necessary credentials required for interacting with GameBoost.
    Refer to n8n credentials documentation to learn how to add credentials to your node.
  3. Run Your Workflow
    Trigger or manually start your n8n workflow to perform account operations (list, delete, create) on GameBoost.

Development

If you want to modify or extend this node:

  1. Clone this repository: git clone https://github.com/Automations-Project/n8n-nodes-gameboost.git

  2. Install dependencies: npm install

  3. Navigate to ~/.n8n/custom directory (create it if it doesn't exist) and initialize a new npm project: npm init -y

  4. Run the development server: npm run start:dev