alexa-uncensor icon indicating copy to clipboard operation
alexa-uncensor copied to clipboard

Help with Hello World

Open mattdunndc opened this issue 9 years ago • 1 comments

Not sure how to get this running with the "Hello World" skill sample. lodash.js is required, right?

Thanks!

mattdunndc avatar Feb 14 '16 21:02 mattdunndc

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!");

interbiznw avatar Feb 08 '17 19:02 interbiznw