Skip to content

Instantly share code, notes, and snippets.

@spencerwooo
Created July 27, 2019 09:59
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 spencerwooo/3d7b880acdbfdc4991909a15b48cc4d3 to your computer and use it in GitHub Desktop.
Save spencerwooo/3d7b880acdbfdc4991909a15b48cc4d3 to your computer and use it in GitHub Desktop.
Medium Gist
let credentialWorker = worker()
credentialWorker.generate(seed, currentCourseId, rynmParams)
.then(credentials => {
... // Do what ever you want with `credentials`
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment