mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-05-20 09:12:34 +02:00
Improve docs, responsive, add Material Icons
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -13,13 +13,13 @@ import (
|
||||
|
||||
const (
|
||||
name = "ipinfo"
|
||||
description = "IP geolocation via ipinfo.io — returns city, region, country, coordinates, ASN/org, timezone, and hostname."
|
||||
description = "IP geolocation via ipinfo.io: returns city, region, country, coordinates, ASN/org, timezone, and hostname."
|
||||
link = "https://ipinfo.io"
|
||||
icon = ""
|
||||
icon = "mdi:ip-network"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
Token string `yaml:"token" iky:"desc=ipinfo.io API token (optional — free tier allows 50k req/month without one);required=false"`
|
||||
Token string `yaml:"token" iky:"desc=ipinfo.io API token (optional, free tier allows 50k req/month without one);required=false"`
|
||||
}
|
||||
|
||||
type Runner struct {
|
||||
|
||||
Reference in New Issue
Block a user