user-info-logger
v1.5.0
Published
The User Info Logger is a javascript util designed to collect various information about the user's device, location, and network.
Downloads
22
Maintainers
Readme
User Info Logger
User Info Logger is a Blazingly fast Client-side utility library for javascript that collects information about the user's IP address, geolocation, and system information. It helps developer understand the client.
Table of Contents
Installation
To install User Info Logger, you can use npm: NPM REGISTRY
npm install user-info-logger
Usage
Add this Snippet in Frontend code and export data anywhere you want. onconsole or send it to your backend server.
import userInfo from 'user-info-logger'
const data = userInfo()
For a detailed breakdown of the properties included in the returned data, refer to the Properties file.
Sponsorship
To sponsor this project and contribute to its maintenance and development, consider supporting us through sponsorship. Your sponsorship helps cover the costs associated with maintaining a proxy server and API required for the functionality of User Info Logger.
Your support enables us to continue providing a valuable tool for developers to better understand their users and improve their applications.
Your sponsorship is greatly appreciated!
License
This project is licensed under the GPL V3 license. You're free to use, modify, and distribute this software under the terms of this license.