# is-friday

> Library for checking if the day is a friday

Latest version **1.0.1** (published 2021-01-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-friday
pnpm add is-friday
yarn add is-friday
bun add is-friday
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-01-29 |
| First published | 2021-01-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | nico_nj |
| Keywords | friday |

## Links

- npm: https://www.npmjs.com/package/is-friday
- Repository: https://github.com/niconj/isFriday
- Homepage: https://github.com/niconj/isFriday#readme
- Issues: https://github.com/niconj/isFriday/issues
- npm.io page: https://npm.io/package/is-friday

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2021-01-29

## README

# isFriday

<img alt="npm" src="https://img.shields.io/npm/v/is-friday"> <img alt="npm bundle size" src="https://img.shields.io/bundlephobia/min/is-friday">

Small library useful for checking if the current day is a Friday



## Install

```
$ npm install is-friday
```

## Usage

```js
const isFriday = require("is-friday");

isFriday();
//=> true/false

---
_Source: https://npm.io/package/is-friday · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
