Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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
- Created: 2024-03-30T19:18:25.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-23T16:27:05.000Z (6 months ago)
- Last Synced: 2024-09-23T21:40:14.736Z (4 months ago)
- Topics: config, deepscan, deepsource, digitalocean, github, heroku, learn
- Language: TypeScript
- Homepage: https://user-info-logger-demo.vercel.app/
- Size: 189 KB
- Stars: 13
- 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
![NPM Downloads](https://img.shields.io/npm/dt/user-info-logger?style=plastic&logo=npm)
![NPM Version](https://img.shields.io/npm/v/user-info-logger)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FIntegerAlex%2Fuser-info-logger.svg?type=small)](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.
[![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-pink)](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.
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FIntegerAlex%2Fuser-info-logger.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FIntegerAlex%2Fuser-info-logger?ref=badge_large)