Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)