Last active
September 4, 2021 11:51
-
-
Save russelllim22/d41f6f5ffddf3d80f90a3a4b65864a26 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
articleData = [ | |
{ | |
"title": "A Ranking Problem", | |
"upvotes": 1, | |
"views": 76, | |
"reads": 31, | |
"firstPublishedAt": 1630705429358, | |
"readingTime": 5, | |
"claps": 1, | |
"internalReferrerViews": 20, | |
"friendsLinkViews": 7, | |
"publication": "Cantor’s Paradise", | |
"readRatio": 40.79 | |
}, | |
{ | |
"title": "Trapezoidal Numbers", | |
"upvotes": 19, | |
"views": 447, | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment