Skip to content

Instantly share code, notes, and snippets.

@abhinandankothari
Created August 29, 2020 03:17
Show Gist options
  • Select an option

  • Save abhinandankothari/38b9a086272a8004d445a9844489b13c to your computer and use it in GitHub Desktop.

Select an option

Save abhinandankothari/38b9a086272a8004d445a9844489b13c to your computer and use it in GitHub Desktop.
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.",
"website": "http://eloquentjavascript.net/"
},
{
"id": "9781449331818",
"name": "Learning JavaScript Design Patterns",
"subtitle": "A JavaScript and jQuery Developer's Guide",
"author": "Addy Osmani",
"published": "2012-07-01T00:00:00.000Z",
"publisher": "O'Reilly Media",
"pages": 254,
"description": "With Learning JavaScript Design Patterns, you'll learn how to write beautiful, structured, and maintainable JavaScript by applying classical and modern design patterns to the language. If you want to keep your code efficient, more manageable, and up-to-date with the latest best practices, this book is for you.",
"website": "http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment