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

@stagetheproindia/rewardrally

v1.1.0

Published

RewardRally is an NPM package designed to enhance user engagement and retention in Angular applications through gamification features.

Downloads

222

Readme

Reward Rally - Platform that leverages gaming techniques to motivate user participation, engagement, and collaboration.

Prerequisites

Reward Rally Account:

To register for an account on Reward Rally, Please reach out to us via phone call (+91 8925841838) or send an email to the specified email address [email protected] Once you've contacted us, we will proceed to create an account for you to continue with the process.

Reward Rally Account:

  • Your organization name
  • Organisation Email address
  • Username
  • Phone number

We will generate a client Id and secret key for your organization. The users you provide should be the individuals who will be accessing the admin panel for configuration purposes. We will create your an admin with the given phone number to access the Reward Rally account for your organization.

Please note that integration requires an active Reward Rally account, and you should have the necessary login credentials for your Reward Rally account.

Installation

Install @stagetheproindia/rewardrally with npm

npm install @stagetheproindia/rewardrally

Usage

  • import @stagetheproindia/rewardrally in app.module.ts. Replace the client credentials in the below code.

    import { RewardRallyModule } from "@stagetheproindia/rewardrally ";
    
    RewardRallyModule.forRoot({
        clientId: <ClientId>,
        clientSecret: <ClientSecret>,
      }),
  • Place the following tag in your HTML file where you want the leaderboard to be rendered.Pass the required parameters such as userId and appId (Application Id).

     <reward-rally
     [userId]="userId"
     [applicationId]="appId"
     [menuColor]="'black'"
     >
     </reward-rally>
  • import the rewardrally service in the ts file and also do Dependency Injection

    import { RewardRallyService } from "@stagetheproindia/rewardrally";
    constructor(public rewardRallyService: RewardRallyService) {}
  • Call the updateGameAction() function from RewardRallyService to update score in the user leaderboard. pass the required parameters such as userId and gameActionId. get the GameActionId via configuration panel.

    this.rewardRallyService.updateGameAction(
         userId,
         gameActionId,
         correspondingUserId (optional),
         correspondingUserApplicationId (optional)
       )

Security Reporting

If you find a security issue with our libraries or services please report it to [email protected] with as much detail as possible. We will contact you shortly upon receiving the information.

License

Copyright (c) Peninsular Research Operation. All rights reserved.

Contact

For questions, issues, or feedback, please contact [email protected]