Created
July 27, 2019 09:59
-
-
Save spencerwooo/3d7b880acdbfdc4991909a15b48cc4d3 to your computer and use it in GitHub Desktop.
Medium Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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