JSFiddle - React, Tailwind, and code Playground

Reactions

by tonytlwu

JavaScript

/**
 * The endpoint returns a log of users liking and disliking entries
 * @prop userId {Number} User ID
 * @prop entryId {Number} Entry ID
 * @prop direction {Boolean} Whether the user liked (true) or disliked (false) the entry
 * @prop time {String} Timestamp of reaction
*/

$.getJSON('/gh/gist/response.json/f54a0b404da6fe66e57ba0b3868df828').then(console.log)