anoninsight
v1.0.8
Published
A SDK provides seamless anonymity integration for forms, adaptable to both Web2 and Web3 applications
Downloads
8
Readme
Anon Insight
Anon Insight is a versatile tool designed to conduct rating surveys or polls anonymously on any web3/web2 app using our widget. With Anon Insight, you can gather valuable insights while protecting user privacy.
Features
- Anonymous Surveys: Conduct rating surveys or polls anonymously without compromising user privacy.
- Versatile Integration: Easily integrate Anon Insight into any web3 or web2 application using our widget.
- Valuable Insights: Gather valuable insights from users without requiring them to disclose personal information.
Installation
To install the Anon Insight package, you can use npm. Open your terminal and run the following command:
npm install anoninsight
or
yarn add anoninsight
Usage
To use the Anon Insight package in your project, follow these steps:
Import the Package: Import the
Rating
component from theanoninsight
package into your component file.import { Rating } from "anoninsight";
Use it in Your Component: Place the
Rating
component within your desired component's render method, providing the necessary props.return ( <div className="App"> <Rating sindri_circuit_id="Enter the circuit-id" //Which will be generated from our dashboard sindri_api_key="Enter your Sindri API key" GOOGLE_CLIENT_ID="Enter the google client id , for oauth" groupid="Enter the banada group id " apikey="Enter the banada group api key" /> </div> );
Provide Necessary Values:
- Circuit ID: Obtain the Circuit ID from the Admin Dashboard.
- Sindri API Key: Get your Sindri API key from the Sindri Website.
- Google Client ID: Retrieve your Google Client ID from the Google Cloud Console.
- Group ID: Find your Group ID from Bandada.
- API Key: Obtain your API Key from Bandada.