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

kyx-link-generator

v1.0.5

Published

A simple and easy to use KYX Link Generator for Bulk Link generations

Downloads

26

Readme

Jumio KYX Link Generator

Jumio KYX Link Generator is a simple, flexible node based bulk links generator for Jumio KYX Platform.

📦 Installation

To install the Jumio KYX Link Generator follow any of the following methods

A - Git

Open up terminal and type git clone https://github.com/sirwillchris/kyx-link-generator.git and access the main.js

B - NPM In an blank project run 'npm i kyx-link-generator' and navigate to node_modules > kyx-link-generator > main.js

🚀 Usage

To get started, edit the main.js file located inside the kyx-link-generator folder of this project and set the links to your desired number eg. 10. 20,30,100 etc.

Uncomment the preferred URL Region for Account Creation

    • eu for Europe
    • us for United States
    • sgp for Singapore
  • Set API Key and API Secret with your API credentials from the Jumio Portal

Remember, correctly setting up the correct region and API credentials is crucial for your instance of the Jumio KYX Link Generator to run properly.

🏃🏻 Running

Once the above configuration is done, run the command

npm start

make sure you are in the kyx-link-generator directory, If not

cd kyx-link-generator

Once you have added all required details in the main.js file,

Run

npm start

❌ Error

If you see errors like ENOENT: no such file or directory,

make sure you are in the correct directory kyx-link-generator, If not

cd kyx-link-generator
npm start

Please note that Node.js must be installed on your machine to run this command. If not installed, download it from the official Node.js website.

👨🏼‍💻 Output

Once the script is successfully executed you can see the output.csv file with the generated links in your project directory. Use these links in your iframe or web redirects.

❓ Need Help?

We understand you may have questions or encounter issues along the way. Don't worry! Our dedicated support team is always ready to assist. Feel free to reach out to us for any help you need to make the most of Jumio KYX Link Generator.

We wish you a fantastic coding journey! 🚀