RunKit + npm: node-rake

node v6.17.1
version: 1.0.0
endpointsharetweet
var rake = require('node-rake') content = "Lovesick (formerly known as Scrotal Recall) is a British sitcom created by Tom Edge which was first broadcast on Channel 4 in October 2014. A second series was released on Netflix globally on 17 November 2016. Dylan (Johnny Flynn) is diagnosed with chlamydia and must contact all of his previous sexual partners to inform them that he has the disease. Dylan's best friends are Luke (Daniel Ings), and Evie (Antonia Thomas), who for years has harboured a secret crush on Dylan but has now moved on and has become recently engaged. The majority of each episode of the show is told through a flashback, showing Dylan's encounters with a number of women." var result = rake.generate(content) console.log(result) module.exports.endpoint = function(req, res) { res.end(result); }
Loading…

no comments

    sign in to comment