# is-tuesday

> Determines if today is Tuesday or not.

Latest version **1.0.4** (published 2018-10-08) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2018-10-08 |
| First published | 2018-10-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 0 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | dragonfire535 |
| Maintainers | dragonfire535 |
| Keywords | tuesday |

## Links

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

## Recent versions

- 1.0.4 (latest) — 2018-10-08
- 1.0.3 — 2018-10-08
- 1.0.2 — 2018-10-02
- 1.0.1 — 2018-10-01
- 1.0.0 — 2018-10-01

## README

# is-tuesday
[![Downloads](https://img.shields.io/npm/dt/is-tuesday.svg?maxAge=3600)](https://www.npmjs.com/package/is-tuesday)
[![Version](https://img.shields.io/npm/v/is-tuesday.svg?maxAge=3600)](https://www.npmjs.com/package/is-tuesday)
[![Travis](https://api.travis-ci.org/dragonfire535/is-tuesday.svg?branch=master)](https://travis-ci.org/dragonfire535/is-tuesday)

is-tuesday is a simple module that determines if it's Tuesday or not. You can
also set the timezone offset, which defaults to `0` (UTC).

## Usage
```js
const isTuesday = require('is-tuesday');
isTuesday(0); // Returns true or false
```

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