# dotbeat

> Simple Swatch Internet Time grabber and formatter.

Latest version **1.0.2** (published 2017-09-15) · ISC license · 0 weekly downloads

## Install

```sh
npm install dotbeat
pnpm add dotbeat
yarn add dotbeat
bun add dotbeat
```

## 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.2 |
| Published | 2017-09-15 |
| First published | 2017-09-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Justin Vos |
| Maintainers | justinvos |
| Keywords | time, swatch, beat, internet, dot |

## Links

- npm: https://www.npmjs.com/package/dotbeat
- npm.io page: https://npm.io/package/dotbeat

## Dependencies (1)

- [moment](https://npm.io/package/moment.md) ^2.18.1

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2017-09-15
- 1.0.1 — 2017-09-15
- 1.0.0 — 2017-09-15

## README

# dotbeat

Simple Swatch Internet Time grabber and formatter. 

### Installation

```npm install dotbeat```

### Usage

```
var dotbeat = require("dotbeat")

console.log(dotbeat.get()) //                  511
console.log(dotbeat.get("number")) //          511
console.log(dotbeat.get("string")) //          @511


console.log(dotbeat.get("number", false)) //   511
console.log(dotbeat.get("string", false)) //   @511

console.log(dotbeat.get("number", true)) //    511.12
console.log(dotbeat.get("string", true)) //    @511.12
```

Any feature requests or issues are gladly welcomed on the Issues page of the GitHub repository.

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