Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 2.52 KB

README.md

File metadata and controls

58 lines (38 loc) · 2.52 KB

User Info Logger

NPM Downloads NPM Version FOSSA Status

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. Sponsor

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.

FOSSA Status