https://github.com/integeralex/user-info-logger
A Blazingly fast Client-side utility library for javascript that collects information about the user's IP address, geolocation, and system information.
https://github.com/integeralex/user-info-logger
config deepscan deepsource digitalocean github heroku learn
Last synced: 4 months ago
JSON representation
A Blazingly fast Client-side utility library for javascript that collects information about the user's IP address, geolocation, and system information.
- Host: GitHub
- URL: https://github.com/integeralex/user-info-logger
- Owner: IntegerAlex
- License: gpl-3.0
- Archived: true
- Created: 2024-03-30T19:18:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-22T14:10:25.000Z (4 months ago)
- Last Synced: 2025-02-24T05:45:02.796Z (4 months ago)
- Topics: config, deepscan, deepsource, digitalocean, github, heroku, learn
- Language: TypeScript
- Homepage: https://user-info-logger-demo.vercel.app/
- Size: 191 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# User Info Logger
## Project Archived - New Version is available [HERE](github.com/IntegerAlex/fingerprint-oss)


[](https://app.fossa.com/projects/git%2Bgithub.com%2FIntegerAlex%2Fuser-info-logger?ref=badge_small)![]()
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](#installation)
- [Usage](#usage)
- [Properties](/PROPERTIES.md)
- [License](#license)
- [Demo](https://github.com/IntegerAlex/user-info-logger-demo)
- [Preview](https://user-info-logger-demo.vercel.app/)## Installation
To install User Info Logger, you can use npm:
[NPM REGISTRY](https://www.npmjs.com/package/user-info-logger)```bash
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.```javascript
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](/PROPERTIES.md) 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.
[](https://github.com/sponsors/IntegerAlex)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.
[](https://app.fossa.com/projects/git%2Bgithub.com%2FIntegerAlex%2Fuser-info-logger?ref=badge_large)