???? 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.


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

查看所有标签

猜你喜欢:

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

iOS面试之道

iOS面试之道

故胤道长、唐巧 / 电子工业出版社 / 2018-7 / 59.00元

《iOS面试之道》是作者将多年的工作经验和积累,结合具体面试内容总结而成的。 《iOS面试之道》共分为3部分。第1部分为面试准备,详细介绍求职中遇到的基本问题,作者根据其多年的经验,在面试流程、简历投递、复习准备方面给出了完善的参考意见和建议。第2部分为算法知识。算法几乎是各种水平的程序员都要面对的考查内容。该部分采用Swift语言重新审视了多种数据结构和算法原理,可以说是为iOS开发者量身......一起来看看 《iOS面试之道》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器