Update README.md

This commit is contained in:
Namhyeon Go 2022-07-07 12:13:33 +09:00 committed by GitHub
parent e6d88b9f91
commit 851b0533b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,74 +36,75 @@ ActivityPub implementation for GNUBOARD 5
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Create",
"id": "http://example.org/bbs/board.php?bo_table=apstreams#Draft",
"id": "http://example.org/bbs/board.php?bo_table=apstreams&wr_id=235",
"to": ["https://www.w3.org/ns/activitystreams#Public", "http://example.org/?route=activitypub.user&mb_id=admin"],
"actor": "http://example.org/?route=activitypub.user&mb_id=admin",
"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=221",
"id": "http://example.org/bbs/board.php?bo_table=free&wr_id=1",
"attributedTo": "http://example.org/?route=activitypub.user&mb_id=admin",
"content": "hello, world @admin@example.org",
"content": "안녕하세요 @admin@example.org",
"icon": "https://www.gravatar.com/avatar/bdbd5eb70305f1eaaa0340687758676a",
"location": {
"name": "xxx.xxx.xxx.xxx, 서울특별시 구로구 구로5동 (DLIVE), Seoul, Seoul-teukbyeolsi, Korea (Republic of), KR, 06030, +09:00",
"name": "xxx.xxx.xxx.xxx, 서울특별시 금천구 가산동 (Korea Telecom), Seoul, Seoul-teukbyeolsi, Korea (Republic of), KR, 06030, +09:00",
"type": "Place",
"longitude": 126.8892945,
"latitude": 37.5001593,
"longitude": 126.8917326,
"latitude": 37.4769094,
"units": "m",
"_weather": {
"dt": 1657103776,
"sunrise": 1657052227,
"sunset": 1657105004,
"temp": 305.05,
"feels_like": 310.6,
"dt": 1657163472,
"sunrise": 1657138663,
"sunset": 1657191385,
"temp": 305.42,
"feels_like": 309.65,
"pressure": 1005,
"humidity": 62,
"dew_point": 296.86,
"uvi": 0,
"clouds": 75,
"humidity": 56,
"dew_point": 295.52,
"uvi": 8.53,
"clouds": 100,
"visibility": 10000,
"wind_speed": 3.09,
"wind_deg": 150,
"wind_speed": 5.72,
"wind_deg": 186,
"wind_gust": 10.14,
"weather": [{
"id": 803,
"id": 804,
"main": "Clouds",
"description": "broken clouds",
"description": "overcast clouds",
"icon": "04d"
}]
},
"_exchange": {
"KRW": {
"AED": 353.38,
"AUD": 882.25,
"BHD": 3442.79,
"BND": 923.71,
"CAD": 996.28,
"CHF": 1340.42,
"CNH": 194.16,
"DKK": 179.12,
"EUR": 1332.72,
"GBP": 1551.95,
"HKD": 165.42,
"IDR(100)": 8.66,
"JPY(100)": 957.05,
"AED": 355.94,
"AUD": 887.07,
"BHD": 3467.72,
"BND": 930.73,
"CAD": 1003.15,
"CHF": 1346.86,
"CNH": 194.76,
"DKK": 178.9,
"EUR": 1331.33,
"GBP": 1558.81,
"HKD": 166.61,
"IDR(100)": 8.72,
"JPY(100)": 960.93,
"KRW": 0,
"KWD": 2135.85,
"MYR": 293.7,
"NOK": 129.06,
"NZD": 800.67,
"SAR": 345.76,
"SEK": 123.57,
"SGD": 923.71,
"THB": 36.11,
"USD": 1298
"KWD": 4253.09,
"MYR": 295.49,
"NOK": 128.98,
"NZD": 804.44,
"SAR": 348.27,
"SEK": 124.02,
"SGD": 930.73,
"THB": 36.12,
"USD": 1307.4
}
}
}
},
"published": "2022-07-06T10:36:18Z",
"updated": "2022-07-06T10:36:18Z"
"published": "2022-07-07T03:11:12Z",
"updated": "2022-07-07T03:11:12Z"
}
```