Skip to content

Instantly share code, notes, and snippets.

View abhinandankothari's full-sized avatar

Abhinandan Kothari abhinandankothari

View GitHub Profile
@abhinandankothari
abhinandankothari / goodreads.json
Created August 29, 2020 03:17
Sample Good Reads
{
"books": [{
"id": "9781593275846",
"name": "Eloquent JavaScript, Second Edition",
"subtitle": "A Modern Introduction to Programming",
"author": "Marijn Haverbeke",
"published": "2014-12-14T00:00:00.000Z",
"publisher": "No Starch Press",
"pages": 472,
"description": "JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications.",