Update README.md

This commit is contained in:
Namhyeon Go 2022-07-06 18:21:17 +09:00 committed by GitHub
parent cbcddfa20a
commit 8b4cd90a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

142
README.md
View File

@ -42,7 +42,7 @@ ActivityPub implementation for GNUBOARD 5
"object": {
"type": "Note",
"generator": "GNUBOARD5 ActivityPub Plugin (INSTANCE_ID: 4d6076784cbd864ade7c746690d37051, INSTANCE_VERSION: 0.1.11-dev)",
"id": "http://example.org/bbs/board.php?bo_table=apstreams&wr_id=215",
"id": "http://example.org/bbs/board.php?bo_table=apstreams&wr_id=218",
"attributedTo": "http://example.org/?route=activitypub.user&mb_id=admin",
"content": "날씨 어때요? @admin@example.org",
"icon": "https://www.gravatar.com/avatar/bdbd5eb70305f1eaaa0340687758676a",
@ -53,125 +53,55 @@ ActivityPub implementation for GNUBOARD 5
"latitude": 37.5001593,
"units": "m",
"_weather": {
"dt": 1657098169,
"dt": 1657099094,
"sunrise": 1657052227,
"sunset": 1657105004,
"temp": 305.05,
"feels_like": 308.32,
"temp": 306.04,
"feels_like": 310.71,
"pressure": 1005,
"humidity": 54,
"dew_point": 294.59,
"humidity": 55,
"dew_point": 295.8,
"uvi": 0.8,
"clouds": 100,
"clouds": 75,
"visibility": 10000,
"wind_speed": 2.72,
"wind_deg": 126,
"wind_gust": 3.76,
"wind_speed": 2.57,
"wind_deg": 160,
"weather": [{
"id": 804,
"id": 803,
"main": "Clouds",
"description": "overcast clouds",
"description": "broken clouds",
"icon": "04d"
}]
},
"_exchange": {
"KRW-AED": {
"ttb": "349.84",
"tts": "356.91"
},
"KRW-AUD": {
"ttb": "873.42",
"tts": "891.07"
},
"KRW-BHD": {
"ttb": "3,408.36",
"tts": "3,477.21"
},
"KRW-BND": {
"ttb": "914.47",
"tts": "932.94"
},
"KRW-CAD": {
"ttb": "986.31",
"tts": "1,006.24"
},
"KRW-CHF": {
"ttb": "1,327.01",
"tts": "1,353.82"
},
"KRW-CNH": {
"ttb": "192.21",
"tts": "196.1"
},
"KRW-DKK": {
"ttb": "177.32",
"tts": "180.91"
},
"KRW-EUR": {
"ttb": "1,319.39",
"tts": "1,346.04"
},
"KRW-GBP": {
"ttb": "1,536.43",
"tts": "1,567.46"
},
"KRW-HKD": {
"ttb": "163.76",
"tts": "167.07"
},
"KRW-IDR(100)": {
"ttb": "8.57",
"tts": "8.74"
},
"KRW-JPY(100)": {
"ttb": "947.47",
"tts": "966.62"
},
"KRW-KRW": {
"ttb": "0",
"tts": "0"
},
"KRW-KWD": {
"ttb": "4,183",
"tts": "4,267.51"
},
"KRW-MYR": {
"ttb": "290.76",
"tts": "296.63"
},
"KRW-NOK": {
"ttb": "127.76",
"tts": "130.35"
},
"KRW-NZD": {
"ttb": "792.66",
"tts": "808.67"
},
"KRW-SAR": {
"ttb": "342.3",
"tts": "349.21"
},
"KRW-SEK": {
"ttb": "122.33",
"tts": "124.8"
},
"KRW-SGD": {
"ttb": "914.47",
"tts": "932.94"
},
"KRW-THB": {
"ttb": "35.74",
"tts": "36.47"
},
"KRW-USD": {
"ttb": "1,285.02",
"tts": "1,310.98"
}
"KRW-AED": 353.38,
"KRW-AUD": 882.25,
"KRW-BHD": 3442.79,
"KRW-BND": 923.71,
"KRW-CAD": 996.28,
"KRW-CHF": 1340.42,
"KRW-CNH": 194.16,
"KRW-DKK": 179.12,
"KRW-EUR": 1332.72,
"KRW-GBP": 1551.95,
"KRW-HKD": 165.42,
"KRW-IDR(100)": 8.66,
"KRW-JPY(100)": 957.05,
"KRW-KRW": 0,
"KRW-KWD": 2135.85,
"KRW-MYR": 293.7,
"KRW-NOK": 129.06,
"KRW-NZD": 800.67,
"KRW-SAR": 345.76,
"KRW-SEK": 123.57,
"KRW-SGD": 923.71,
"KRW-THB": 36.11,
"KRW-USD": 1298
}
}
},
"published": "2022-07-06T09:02:51Z",
"updated": "2022-07-06T09:02:51Z"
"published": "2022-07-06T09:18:25Z",
"updated": "2022-07-06T09:18:25Z"
}
```