You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Nuxt module to fetch and display user country information.
18
-
19
-
## Why Use This Module?
20
-
21
-
When compared to other free alternatives, this module stands out because:
22
-
-**It's really fast:** With an average global latency of just 25ms, it's one of the fastest options available.
23
-
-**Effective localization suggestions:** It works well to suggest changing the user's country or language/currency based on their location, making it ideal for enhancing the user experience.
24
-
-**No browser location sharing required:** Unlike some other solutions, it doesn't require the user to share their precise browser location, ensuring better privacy while still delivering accurate information.
- ⚡ Extremely fast detection and response time.
37
25
38
-
## Free API service
39
-
The module bases its detection on a network of 119 PoP, with an average global latency of 25ms. The API is offered by JAMflow.cloud and is free to use, without any guarantee. We will limit IP or website that will spam or abuse the service.
40
-
41
-
### Commercial use
42
-
You are allowed to use the service for any commercial use, but you are not allowed to resell it without an agreement with us beforehand.
43
-
44
-
### API Rate Limit
45
-
46
-
We limit requests to 3 requests per second per IP address. If you need a higher rate limit, please contact us.
47
-
48
-
###
49
-
50
26
## Quick Setup
51
27
52
28
Install the module to your Nuxt application with one command:
-`refresh`: Function to refresh the country information.
87
63
-`status`: The status of the fetch request (`'idle'`, `'loading'`, `'success'`, `'error'`).
88
64
65
+
## Why Use This Module?
66
+
67
+
When compared to other free alternatives, this module stands out because:
68
+
-**Focuses on performance:** With an average global latency of just 25ms, it's one of the fastest options available.
69
+
-**Effective localization suggestions:** It works well to suggest changing the user's country or language/currency based on their location, making it ideal for enhancing the user experience.
70
+
-**No browser location sharing required:** Unlike some other solutions, it doesn't require the user to share their precise browser location, ensuring better privacy while still delivering accurate information.
The module bases its detection on a network of 119 PoP, with an average global latency of 25ms. The API is offered by JAMflow.cloud and is free to use, without any guarantee currently. We will limit IP or website that will spam or abuse the service.
79
+
80
+
### Commercial use
81
+
You are allowed to use the service for any commercial use, but you are not allowed to resell it without an agreement with us beforehand.
82
+
83
+
### API Rate Limit
84
+
85
+
We limit requests to 3 requests per second per IP address. If you need a higher rate limit, please contact us.
0 commit comments