Last active
January 2, 2026 06:05
-
-
Save plibither8/ea3780e4764315e354bc3f0655c81814 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "hackernews": [], | |
| "lastfm": { | |
| "totalPlayCount": 48, | |
| "topFive": [ | |
| { | |
| "name": "The Strokes", | |
| "playcount": "14", | |
| "image": "https://i.scdn.co/image/ab6761610000f178c3b137793230f4043feb0089", | |
| "url": "https://www.last.fm/music/The+Strokes" | |
| }, | |
| { | |
| "name": "Gorillaz", | |
| "playcount": "4", | |
| "image": "https://i.scdn.co/image/ab6761610000f178dd5b57b40cf2aaeccd07835e", | |
| "url": "https://www.last.fm/music/Gorillaz" | |
| }, | |
| { | |
| "name": "Tame Impala", | |
| "playcount": "4", | |
| "image": "https://i.scdn.co/image/ab6761610000f178e412a782245eb20d9626c601", | |
| "url": "https://www.last.fm/music/Tame+Impala" | |
| }, | |
| { | |
| "name": "Red Hot Chili Peppers", | |
| "playcount": "3", | |
| "image": "https://i.scdn.co/image/ab6761610000f178c33cc15260b767ddec982ce8", | |
| "url": "https://www.last.fm/music/Red+Hot+Chili+Peppers" | |
| }, | |
| { | |
| "name": "Arctic Monkeys", | |
| "playcount": "2", | |
| "image": "https://i.scdn.co/image/ab6761610000f1787da39dea0a72f581535fb11f", | |
| "url": "https://www.last.fm/music/Arctic+Monkeys" | |
| } | |
| ] | |
| }, | |
| "wakatime": { | |
| "total": "9 hrs 21 mins", | |
| "average": "2 hrs 20 mins", | |
| "languages": [ | |
| { | |
| "name": "TypeScript", | |
| "percent": 96.73, | |
| "time": "9 hrs 6 mins", | |
| "color": "#3178c6" | |
| }, | |
| { | |
| "name": "JavaScript", | |
| "percent": 2.65, | |
| "time": "14 mins", | |
| "color": "#f1e05a" | |
| }, | |
| { | |
| "name": "JSON", | |
| "percent": 0.01, | |
| "time": "0 secs", | |
| "color": "#f1e05a" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment