RunKit + npm: random-facts

node v8.17.0
endpointsharetweet
var rf = require("random-facts") console.log(rf.randomFact()); // Random fact console.log('Fa'+rf.factCount()); // Fact Count
Created from: https://npm.runkit.com/random-facts
Loading…