Skip to content

Instantly share code, notes, and snippets.

@MaximKhlobystov
Created September 24, 2015 01:27
Show Gist options
  • Save MaximKhlobystov/ab8f49466dec90f2539f to your computer and use it in GitHub Desktop.
Save MaximKhlobystov/ab8f49466dec90f2539f to your computer and use it in GitHub Desktop.
needle + Quizlet API example.
var needle = require("needle");
needle.get("https://api.quizlet.com/2.0/search/sets?client_id=" + id + "&q=" + key + "&whitespace=1", function(e, r) {
// handling the response here
}
// id - your developer key, key - what you are searching for
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment