Skip to content

Instantly share code, notes, and snippets.

@rickhernandezio
Last active April 9, 2018 16:07
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 rickhernandezio/4a028bbadc59819727b1ee4e1aaca174 to your computer and use it in GitHub Desktop.
Save rickhernandezio/4a028bbadc59819727b1ee4e1aaca174 to your computer and use it in GitHub Desktop.
Sparkki API
const sparkki = require('sparkki');
sparkki.setup({
school: 'Your school secret',
token: 'Authentication Token'
});
sparkki
.getCourses()
.then(courses =>{
// Access to all of your courses via the API
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment