# br-time.js

> Essa ferramenta te permite obter data e hora brasileira da forma mais simples possivel !

Latest version **0.0.9** (published 2022-12-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install br-time.js
pnpm add br-time.js
yarn add br-time.js
bun add br-time.js
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.9 |
| Published | 2022-12-27 |
| First published | 2022-12-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | bruno-code-69 |

## Links

- npm: https://www.npmjs.com/package/br-time.js
- npm.io page: https://npm.io/package/br-time.js

## Recent versions

- 0.0.9 (latest) — 2022-12-27
- 0.0.8 — 2022-12-27
- 0.0.7 — 2022-12-26
- 0.0.6 — 2022-12-26
- 0.0.5 — 2022-12-26
- 0.0.4 — 2022-12-26
- 0.0.2 — 2022-12-26
- 0.0.1 — 2022-12-26

## README

# Instalação do pacote:
```
npm i br-time.js
```

# Exemplo de uso abaixo:
# Data do calendario:
```js
const time = require("br-time.js");

let dia = time.days;
let ano = time.year;
let mes = time.month;

console.log(`Hoje é dia ${dia}/${mes}/${ano}`);
```

# Hora brasileira:

```js
const time = require("br-time.js");

let hora = time.hour;
let minutos = time.minute;
let segundos = time.second;

console.log(`Agóra é exatamente: ${hora} horas ${minutos} minutos e ${segundos} segundos.`);
```

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