# aport

> Find freeport with promise

Latest version **2.0.0** (published 2017-09-17) · MIT license · 0 weekly downloads

## Install

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

## 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 | 2.0.0 |
| Published | 2017-09-17 |
| First published | 2016-07-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=7.6 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Taka Okunishi |
| Maintainers | okunishinishi |
| Keywords | port |

## Links

- npm: https://www.npmjs.com/package/aport
- Repository: https://github.com/okunishinishi/node-aport
- Homepage: https://github.com/okunishinishi/node-aport#readme
- Issues: https://github.com/okunishinishi/node-aport/issues
- npm.io page: https://npm.io/package/aport

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2017-09-17
- 1.0.0 — 2016-07-04

## README

aport
==========

<!---
This file is generated by ape-tmpl. Do not update manually.
--->

<!-- Badge Start -->
<a name="badges"></a>

[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]
[![JS Standard][bd_standard_shield_url]][bd_standard_url]

[bd_repo_url]: https://github.com/okunishinishi/node-aport
[bd_travis_url]: http://travis-ci.org/okunishinishi/node-aport
[bd_travis_shield_url]: http://img.shields.io/travis/okunishinishi/node-aport.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/okunishinishi/node-aport
[bd_travis_com_shield_url]: https://api.travis-ci.com/okunishinishi/node-aport.svg?token=
[bd_license_url]: https://github.com/okunishinishi/node-aport/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/okunishinishi/node-aport
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/okunishinishi/node-aport.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/okunishinishi/node-aport.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/okunishinishi/node-aport
[bd_gemnasium_shield_url]: https://gemnasium.com/okunishinishi/node-aport.svg
[bd_npm_url]: http://www.npmjs.org/package/aport
[bd_npm_shield_url]: http://img.shields.io/npm/v/aport.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

<!-- Badge End -->


<!-- Description Start -->
<a name="description"></a>

Find freeport with promise

<!-- Description End -->


<!-- Overview Start -->
<a name="overview"></a>



<!-- Overview End -->


<!-- Sections Start -->
<a name="sections"></a>

<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->

<a name="section-doc-guides-01-installation-md"></a>

Installation
-----

```bash
$ npm install aport --save
```


<!-- Section from "doc/guides/01.Installation.md.hbs" End -->

<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->

<a name="section-doc-guides-02-usage-md"></a>

Usage
---------

```javascript
'use strict'

const aport = require('aport')

;(async () => {
  // Find free port
  let port = await aport()
  console.log('Free port :', port)
}).catch((err) => console.error(err))

```


<!-- Section from "doc/guides/02.Usage.md.hbs" End -->


<!-- Sections Start -->


<!-- LICENSE Start -->
<a name="license"></a>

License
-------
This software is released under the [MIT License](https://github.com/okunishinishi/node-aport/blob/master/LICENSE).

<!-- LICENSE End -->


<!-- Links Start -->
<a name="links"></a>

Links
------



<!-- Links End -->

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