Last active
January 28, 2026 18:07
-
-
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": 107, | |
| "topFive": [ | |
| { | |
| "name": "Joji", | |
| "playcount": "34", | |
| "image": "https://i.scdn.co/image/ab6761610000f1786e69601c22184c630a2d5e71", | |
| "url": "https://www.last.fm/music/Joji" | |
| }, | |
| { | |
| "name": "Linkin Park", | |
| "playcount": "5", | |
| "image": "https://i.scdn.co/image/ab6761610000f178527d95dabbe8b8b527e8136f", | |
| "url": "https://www.last.fm/music/Linkin+Park" | |
| }, | |
| { | |
| "name": "The Rolling Stones", | |
| "playcount": "5", | |
| "image": "https://i.scdn.co/image/ab6761610000f178e4cea917b68726aadb4854b8", | |
| "url": "https://www.last.fm/music/The+Rolling+Stones" | |
| }, | |
| { | |
| "name": "The Strokes", | |
| "playcount": "5", | |
| "image": "https://i.scdn.co/image/ab6761610000f178c3b137793230f4043feb0089", | |
| "url": "https://www.last.fm/music/The+Strokes" | |
| }, | |
| { | |
| "name": "Arctic Monkeys", | |
| "playcount": "4", | |
| "image": "https://i.scdn.co/image/ab6761610000f1787da39dea0a72f581535fb11f", | |
| "url": "https://www.last.fm/music/Arctic+Monkeys" | |
| } | |
| ] | |
| }, | |
| "wakatime": { | |
| "total": "12 hrs 10 mins", | |
| "average": "2 hrs 26 mins", | |
| "languages": [ | |
| { | |
| "name": "TypeScript", | |
| "percent": 95.64, | |
| "time": "11 hrs 52 mins", | |
| "color": "#cccccc" | |
| }, | |
| { | |
| "name": "JavaScript", | |
| "percent": 2.46, | |
| "time": "18 mins", | |
| "color": "#cccccc" | |
| }, | |
| { | |
| "name": "Image (svg)", | |
| "percent": 0.03, | |
| "time": "0 secs", | |
| "color": "#cccccc" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment