Update README.md

This commit is contained in:
Namhyeon Go 2022-07-06 19:38:44 +09:00 committed by GitHub
parent 09183bc705
commit f6317997f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,9 +42,9 @@ ActivityPub implementation for GNUBOARD 5
"object": { "object": {
"type": "Note", "type": "Note",
"generator": "GNUBOARD5 ActivityPub Plugin (INSTANCE_ID: 4d6076784cbd864ade7c746690d37051, INSTANCE_VERSION: 0.1.11-dev)", "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=218", "id": "http://example.org/bbs/board.php?bo_table=apstreams&wr_id=221",
"attributedTo": "http://example.org/?route=activitypub.user&mb_id=admin", "attributedTo": "http://example.org/?route=activitypub.user&mb_id=admin",
"content": "날씨 어때요? @admin@example.org", "content": "hello, world @admin@example.org",
"icon": "https://www.gravatar.com/avatar/bdbd5eb70305f1eaaa0340687758676a", "icon": "https://www.gravatar.com/avatar/bdbd5eb70305f1eaaa0340687758676a",
"location": { "location": {
"name": "xxx.xxx.xxx.xxx, 서울특별시 구로구 구로5동 (DLIVE), Seoul, Seoul-teukbyeolsi, Korea (Republic of), KR, 06030, +09:00", "name": "xxx.xxx.xxx.xxx, 서울특별시 구로구 구로5동 (DLIVE), Seoul, Seoul-teukbyeolsi, Korea (Republic of), KR, 06030, +09:00",
@ -53,19 +53,19 @@ ActivityPub implementation for GNUBOARD 5
"latitude": 37.5001593, "latitude": 37.5001593,
"units": "m", "units": "m",
"_weather": { "_weather": {
"dt": 1657099094, "dt": 1657103776,
"sunrise": 1657052227, "sunrise": 1657052227,
"sunset": 1657105004, "sunset": 1657105004,
"temp": 306.04, "temp": 305.05,
"feels_like": 310.71, "feels_like": 310.6,
"pressure": 1005, "pressure": 1005,
"humidity": 55, "humidity": 62,
"dew_point": 295.8, "dew_point": 296.86,
"uvi": 0.8, "uvi": 0,
"clouds": 75, "clouds": 75,
"visibility": 10000, "visibility": 10000,
"wind_speed": 2.57, "wind_speed": 3.09,
"wind_deg": 160, "wind_deg": 150,
"weather": [{ "weather": [{
"id": 803, "id": 803,
"main": "Clouds", "main": "Clouds",
@ -74,34 +74,36 @@ ActivityPub implementation for GNUBOARD 5
}] }]
}, },
"_exchange": { "_exchange": {
"KRW-AED": 353.38, "KRW": {
"KRW-AUD": 882.25, "AED": 353.38,
"KRW-BHD": 3442.79, "AUD": 882.25,
"KRW-BND": 923.71, "BHD": 3442.79,
"KRW-CAD": 996.28, "BND": 923.71,
"KRW-CHF": 1340.42, "CAD": 996.28,
"KRW-CNH": 194.16, "CHF": 1340.42,
"KRW-DKK": 179.12, "CNH": 194.16,
"KRW-EUR": 1332.72, "DKK": 179.12,
"KRW-GBP": 1551.95, "EUR": 1332.72,
"KRW-HKD": 165.42, "GBP": 1551.95,
"KRW-IDR(100)": 8.66, "HKD": 165.42,
"KRW-JPY(100)": 957.05, "IDR(100)": 8.66,
"KRW-KRW": 0, "JPY(100)": 957.05,
"KRW-KWD": 2135.85, "KRW": 0,
"KRW-MYR": 293.7, "KWD": 2135.85,
"KRW-NOK": 129.06, "MYR": 293.7,
"KRW-NZD": 800.67, "NOK": 129.06,
"KRW-SAR": 345.76, "NZD": 800.67,
"KRW-SEK": 123.57, "SAR": 345.76,
"KRW-SGD": 923.71, "SEK": 123.57,
"KRW-THB": 36.11, "SGD": 923.71,
"KRW-USD": 1298 "THB": 36.11,
"USD": 1298
}
} }
} }
}, },
"published": "2022-07-06T09:18:25Z", "published": "2022-07-06T10:36:18Z",
"updated": "2022-07-06T09:18:25Z" "updated": "2022-07-06T10:36:18Z"
} }
``` ```