Skip to content

Instantly share code, notes, and snippets.

@caderek
Created August 24, 2019 15:59
Show Gist options
  • Save caderek/9d1dadac056b1cdc970d99bf06dc1419 to your computer and use it in GitHub Desktop.
Save caderek/9d1dadac056b1cdc970d99bf06dc1419 to your computer and use it in GitHub Desktop.
const gramma = require("../src/index")
console.log("ok!")
gramma.check("I like making mistkaes!").then((response) => {
console.log(response)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment