Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

ClientInfo

ClientInfo is a JavaScript module that retrieves client information using the device's IP address and/or the geolocation API.

Getting Started

Installation

Paste this into the of your html file:

<script src="https://cdn.jsdelivr.net/gh/ElliottStorey/client-info@master/client-info.min.js"></script>

Usage

let success = (clientInfo) => {
    console.log(clientInfo)
}
let error = (error) => {
    console.log(error)
}
let clientInfo = getClientInfo(success, error);

About

ClientInfo is a JavaScript module that retrieves client information using the device's IP address and/or the geolocation API.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages