Updated resume + added some logs for implementations later on
This commit is contained in:
parent
d30e2d5185
commit
d2b5a7b6d3
5 changed files with 251 additions and 48 deletions
145
data/tvtime.json
Normal file
145
data/tvtime.json
Normal file
|
@ -0,0 +1,145 @@
|
|||
[
|
||||
{
|
||||
"title": "How to Sell Drugs Online (Fast) S03",
|
||||
"type": "series",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "20",
|
||||
"string": "2023-03-20"
|
||||
}
|
||||
],
|
||||
"my_rating": 4
|
||||
},
|
||||
{
|
||||
"title": "Schumacher",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "21",
|
||||
"string": "2023-03-21"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
},
|
||||
{
|
||||
"title": "Nightcrawler",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "21",
|
||||
"string": "2023-03-21"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
},
|
||||
{
|
||||
"title": "Rick and Morty S06",
|
||||
"type": "series",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "24",
|
||||
"string": "2023-03-24"
|
||||
}
|
||||
],
|
||||
"my_rating": 4
|
||||
},
|
||||
{
|
||||
"title": "Black Panther: Wakanda Forever",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "24",
|
||||
"string": "2023-03-24"
|
||||
}
|
||||
],
|
||||
"my_rating": 4
|
||||
},
|
||||
{
|
||||
"title": "My Hero Academia S06",
|
||||
"type": "series",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "24",
|
||||
"string": "2023-03-24"
|
||||
}
|
||||
],
|
||||
"my_rating": 4
|
||||
},
|
||||
{
|
||||
"title": "Ant-Man and the Wasp: Quantumania",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "29",
|
||||
"string": "2023-03-29"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
},
|
||||
{
|
||||
"title": "The Wind Rises",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "04",
|
||||
"day": "03",
|
||||
"string": "2023-04-03"
|
||||
}
|
||||
],
|
||||
"my_rating": 3
|
||||
},
|
||||
{
|
||||
"title": "Murder Mystery 2",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "04",
|
||||
"day": "08",
|
||||
"string": "2023-04-08"
|
||||
}
|
||||
],
|
||||
"my_rating": 3
|
||||
},
|
||||
{
|
||||
"title": "The Whole Nine Yards",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "04",
|
||||
"day": "09",
|
||||
"string": "2023-04-09"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
},
|
||||
{
|
||||
"title": "The Terminal",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "04",
|
||||
"day": "10",
|
||||
"string": "2023-04-10"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue