alexa-uncensor
alexa-uncensor copied to clipboard
Help with Hello World
Not sure how to get this running with the "Hello World" skill sample. lodash.js is required, right?
Thanks!
npm install alexa-uncensor
Add: var bleep = require("alexa-uncensor");
then use like this:
var free, speech; free = bleep.uncensor("bullshit"); speech = bleep.uncensor_line("Stop fucking around and write some code!");