florida_man
v4.0.2
Published
npm package to find out what the florida man did today
Downloads
5
Maintainers
Readme
npm i florida_man
Example
const {fman} = require("florida_man");
async function f_man(month,date){
let a = await fman(month,date);
console.log(a)
}
f_man("march","1")
/*
result:
[
'floridamanbirthday.org/wp-content/uploads/2021/06/florida-man-birthday-march-1-300x169.jpg',
'The man who dragged the shark behind his boat was sentenced to 10 days in prison.'
]
*/