JSFiddle - React, Tailwind, and code Playground

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 job
 * @prop time {String} Timestamp of liking
*/

$.get('/gh/gist/response.json/27056b23fffd5da909f7bb59e7d9cb91').then(console.log)