Falcor is the innovative data platform that allows you to model all your backend data as a single Virtual JSON object on your Node server. On the client you work with your remote JSON object using familiar JavaScript operations like get, set, and call.
The global fetch
function is an easier way to make web requests and handle responses than using an XMLHttpRequest. This polyfill is written as closely as possible to the standard Fetch specification at https://fetch.spec.whatwg.org.
ballboy.js is a jQuery plugin to fetch a user's shots from Dribbble and display them.
jribbble is a jQuery plugin to fetch shot and player info from the Dribbble API
What jribbble can do?