# @carto/fqdn-sync

> Node module to get FQDN synchronously from local machine (Linux support)

Latest version **0.2.2** (published 2018-06-08) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install @carto/fqdn-sync
pnpm add @carto/fqdn-sync
yarn add @carto/fqdn-sync
bun add @carto/fqdn-sync
```

## 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.2.2 |
| Published | 2018-06-08 |
| First published | 2018-06-08 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Daniel García Aubert |
| Maintainers | albertoag, algunenano, alonsogarciapablo, cartodb, csubira, dgaubert, dmanzanares, elenatorro, enekid, iagolast, ivanmalagon, jesus-arroyo, oleurud, piensenpixel, rochoa, rubenmoya, sconde |
| Keywords | node, fqdn, sync |

## Links

- npm: https://www.npmjs.com/package/@carto/fqdn-sync
- Repository: https://github.com/CartoDB/node-fqdn-sync
- Homepage: https://github.com/CartoDB/node-fqdn-sync#readme
- Issues: https://github.com/CartoDB/node-fqdn-sync/issues
- npm.io page: https://npm.io/package/@carto/fqdn-sync

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.2.2 (latest) — 2018-06-08
- 0.2.1 — 2018-06-08
- 0.2.0 — 2018-06-08
- 0.1.0 — 2018-06-08

## README

# node-fqdn-sync
Node module to get FQDN synchronously from local machine (Linux support)

## Install

```
npm install @carto/fqdn-sync
```

## Usage

```javascript
const fqdn = require('fqdn-sync');

console.log("FQDN:", fqdn()); // foo.carto.net
console.log("FQDN:", fqdn.reverse()); // net.carto.foo
```

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