Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2024-05-27 09:02:24 -07:00
commit 54b08d5b4b
No known key found for this signature in database
3 changed files with 27 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
"timestamp": 1716753812315
"timestamp": 1716776107852
}

View file

@ -13447,9 +13447,9 @@
},
"https://coryd.dev/now?ts=2024-21#artists": {
"id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTIwMjQtMjEjYXJ0aXN0cw==",
"title": "🎧: My top artists for the week: Fugazi @ 20 plays, fleshwater @ 16 plays, NoMeansNo @ 14 plays, American Football @ 4 plays",
"title": "🎧: My top artists for the week: Disillusion @ 36 plays, Glassing @ 35 plays, Nucleus @ 30 plays, NoMeansNo @ 30 plays, Built to Spill @ 27 plays, blink-182 @ 24 plays, Gravenchalice @ 22 plays, Fugazi @ 20 plays",
"url": "https://coryd.dev/now?ts=2024-21#artists",
"content_text": "🎧: My top artists for the week: Fugazi @ 20 plays, fleshwater @ 16 plays, NoMeansNo @ 14 plays, American Football @ 4 plays #Music https://coryd.dev/now?ts=2024-21#artists",
"content_text": "🎧: My top artists for the week: Disillusion @ 36 plays, Glassing @ 35 plays, Nucleus @ 30 plays, NoMeansNo @ 30 plays, Built to Spill @ 27 plays, blink-182 @ 24 plays, Gravenchalice @ 22 plays, Fugazi @ 20 plays #Music https://coryd.dev/now?ts=2024-21#artists",
"date_published": "Mon, 20 May 2024 00:00:00 GMT",
"toots": [
"https://social.lol/users/cory/statuses/112470524335862859"
@ -13697,5 +13697,27 @@
"https://social.lol/users/cory/statuses/112509177840235810"
],
"lastTootTimestamp": 1716753812307
},
"https://coryd.dev/now?ts=2024-22#artists": {
"id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTIwMjQtMjIjYXJ0aXN0cw==",
"title": "🎧: My top artists for the week: Fawn Limbs @ 50 plays, blink-182 @ 45 plays, Home Is Where @ 38 plays, Deftones @ 36 plays, Cloud Rat @ 33 plays, The Get Up Kids @ 32 plays, Spawn of Possession @ 31 plays, Ataraxy @ 29 plays",
"url": "https://coryd.dev/now?ts=2024-22#artists",
"content_text": "🎧: My top artists for the week: Fawn Limbs @ 50 plays, blink-182 @ 45 plays, Home Is Where @ 38 plays, Deftones @ 36 plays, Cloud Rat @ 33 plays, The Get Up Kids @ 32 plays, Spawn of Possession @ 31 plays, Ataraxy @ 29 plays #Music https://coryd.dev/now?ts=2024-22#artists",
"date_published": "Mon, 27 May 2024 00:00:00 GMT",
"toots": [
"https://social.lol/users/cory/statuses/112510161462605024"
],
"lastTootTimestamp": 1716768821218
},
"https://coryd.dev/music?ts=2024-22": {
"id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbXVzaWM/dHM9MjAyNC0yMg==",
"title": "🎧: My top artists for the week: Fawn Limbs @ 50 plays, blink-182 @ 45 plays, Home Is Where @ 38 plays, Deftones @ 36 plays, Cloud Rat @ 33 plays, The Get Up Kids @ 32 plays, Spawn of Possession @ 31 plays, Ataraxy @ 29 plays",
"url": "https://coryd.dev/music?ts=2024-22",
"content_text": "🎧: My top artists for the week: Fawn Limbs @ 50 plays, blink-182 @ 45 plays, Home Is Where @ 38 plays, Deftones @ 36 plays, Cloud Rat @ 33 plays, The Get Up Kids @ 32 plays, Spawn of Possession @ 31 plays, Ataraxy @ 29 plays https://coryd.dev/music?ts=2024-22",
"date_published": "Mon, 27 May 2024 00:00:00 GMT",
"toots": [
"https://social.lol/users/cory/statuses/112510639001676450"
],
"lastTootTimestamp": 1716776107843
}
}

View file

@ -111,7 +111,7 @@ export default async function() {
return {
title: formattedData['content'],
description: formattedData['description'],
url: `https://coryd.dev/now?ts=${chart['week']}#artists`,
url: `https://coryd.dev/music?ts=${chart['week']}#artists`,
date: chart['date']
}
})
@ -119,7 +119,7 @@ export default async function() {
{
title: formattedData['content'],
description: formattedData['description'],
url: `https://coryd.dev/now?ts=${weekNumber}#artists`,
url: `https://coryd.dev/music?ts=${weekNumber}#artists`,
date: now.toISODate()
},
...recentChartData