A vanilla javascript project to gather information about the client.
Description: Uniqueness is a JavaScript module designed to gather information about website visitors on the client-side. This module can provide valuable data about the visitor's device, browser, and more. It's particularly useful for logging visitor information or implementing browser fingerprinting.
-
Client-Side Data Gathering: Uniqueness collects information directly from the visitor's web browser without requiring a server or API.
-
Logging: You can use the gathered information for logging purposes, which can be helpful for tracking user activity or debugging.
-
Browser Fingerprinting: Uniqueness can assist in generating unique browser fingerprints for identifying and distinguishing visitors.
-
Webhooks: If you don't have a server to log data, Uniqueness provides integration with Discord and Guilded webhooks. This means you can keep visitor logs even on static websites.
-
CORS Proxy: To utilize Guilded API, Uniqueness employs a Cross-Origin Resource Sharing (CORS) proxy, making it possible to use Guilded's features without the need for a dedicated server.
-
Additional Features: This module offers various features that you can incorporate into your scripts for enhanced functionality.
For a detailed list of the properties available within the Uniqueness object, please refer to the properties.md file in the uniqueness repository.
Uniqueness provides a convenient way to gather insights about your website's visitors, whether you're interested in logging user data, enhancing security, or customizing the user experience. It's a versatile tool that can be especially valuable for static websites that don't have a backend server for data collection and analysis.
- Database Integration
- MongoDB
- PermaDB
- MySQL
- Pantry cloud json database
The Uniqueness Project is licensed under GNU General Public License v3.0 meaning regardless of size of the modification/change, the modified version HAS to be open-source and including the same license.