@kennyoliver/april-fools-tool
v1.1.3
Published
Is it April Fool's?
Downloads
8
Maintainers
Readme
:date: april-fools-tool
Is it April Fool's? :thinking:
Use this package to change your project's behavior if it's April Fool's! :stuck_out_tongue:
Be mischievous!
:package: Installation
$ npm i --save @kennyoliver/april-fools-tool
:bulb: Usage
:point_right: Require
const AFT = require("april-fools-tool");
:sparkles: Features
:date: AprilFoolsBool
Check if it's April Fool's (April 1st)
console.log(AFT.AprilFoolsBool);
:date: IsToday
This is a shorthand alias for AprilFoolsBool!
console.log(AFT.IsToday);
:memo: AprilFoolsMsg()
A short message dependent on the value of AprilFoolsBool
console.log(AFT.AprilFoolsMsg());
:handshake: Contributing!
If you'd like to contribute, feel free to make a PR!
Kenneth Oliver ©2022