Skip to content

Instantly share code, notes, and snippets.

@rdsubhas
Last active November 28, 2021 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdsubhas/ed77e9547d989dabe061 to your computer and use it in GitHub Desktop.
Save rdsubhas/ed77e9547d989dabe061 to your computer and use it in GitHub Desktop.
GeekNight Javascript API
{ "products": [{ "id": 1, "name": "Apple iPad", "description": "Discover the world of iPad. Introducing iPad Air and the iPad mini with Retina display.", "price": 123 }, { "id": 2, "name": "Galaxy S5", "description": "Samsung Galaxy S5 smartphone with 5.10-inch 1080x1920 display.", "price": 234 }, { "id": 3, "name": "Moto X", "description": "Moto X is ready when you are. It responds to your voice—no touching necessary.", "price": 444 }, { "id": 4, "name": "iPhone 5S", "description": "With a new fingerprint identity sensor, a 64-bit A7 chip and better iSight camera", "price": 555 }, { "id": 5, "name": "HTC One", "description": "HTC One (M8) smartphone with 5.00-inch 1080x1920 display", "price": 287 }, { "id": 6, "name": "LG G3", "description": "LG G3 smartphone with 5.50-inch 1440x2560 display and 2.46GHz processor", "price": 321 } ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment