school-is-hell
v1.1.1
Published
Shows random text about how school is hell, and it is hell and will forever be hell.
Downloads
3
Readme
How to use
let schoolIsHell = require('school-is-hell');
// print a random thing about how school is hell
schoolIsHell();
in 1.1.0, you can get the data array and get a result without logging it
// get result without logging
console.log(schoolIsHell(false))
// get the data array
console.log(schoolIsHell(false,"getall"));
the first argument is to tell the function if you want to log the result or not and the second argument is the command, the default is getrandom and to get all results, use getall
This receives more updates than node-school-is-hell
Changelogs
1.1.1 (Or most other versions)
- Added more text