???? is-april-fools - A micro-library for checking if it's April 1st

栏目: IT技术 · 发布时间: 5年前

内容简介:Simple utility which will returnThis package is available on NPM, and you can install it withAdd the

is-april-fools

:tada: Micro library to check if it is April 1st.

Simple utility which will return true if the current date is April 1st. This allows your app/program/script/system to do something on April fools (such as conditionally showing some April fools joke UI).

Installation

This package is available on NPM, and you can install it with npm or yarn :

npm install is-april-fools

yarn add is-april-fools

Add the -S flag if you want to save it to the "dependencies" section of your package.json .

Browser/UMD

If you want to just import this library directly in the browser, you can add the following script tag:

<script src="https://unpkg.com/is-april-fools/lib/index.umd.js" />

This will expose a isAprilFools function in the global scope.

Usage

import isAprilFools from 'is-april-fools';

if (isAprilFools()) {
    console.log(':tada: Happy April Fools!');
} else {
    console.log(':disappointed: Just another boring day...');
}

Note

This package uses the current date from the machine it is running on, meaning if this is running on a server or in a lambda somewhere, you may get unexpected results or some weird edge cases.

Contributing

Feel free to file an issue or open a pull request.

:ok_hand: Built by Dave Lunny in the wonderful year 2019.


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

可视化未来

可视化未来

[美] 埃雷兹·艾登、[法] 让-巴蒂斯特·米歇尔 / 王彤彤、沈华伟、程学旗 / 浙江人民出版社 / 2015-9 / 54.90元

科学的传播速度有多快?今时今日我们很少谈论上帝了吗?人们什么时候开始用“having sex” 而不用“making love”? 史上的人是在哪岁成名的?语法的变化速度到底有多快?哪些作家被纳粹审查得最彻底? “donut” 什么时候开始取代“doughnut”? 我 们能否预测人类未来?比尔·克林顿和花椰菜哪个更出名? 《可视化未来》一书的两位作者通过与“谷歌图书”的合作,得以有机会研究......一起来看看 《可视化未来》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具