# waitlisted

> Node.js module that implements the offical waitlisted api

Latest version **0.0.5** (published 2017-01-21) · ISC license · 0 weekly downloads

## Install

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

## 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.5 |
| Published | 2017-01-21 |
| First published | 2015-11-05 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Anton Nikolenko |
| Maintainers | nikolenkoanton92 |
| Keywords | waitlisted, api |

## Links

- npm: https://www.npmjs.com/package/waitlisted
- Repository: https://github.com/nikolenkoanton92/node_waitlisted
- Homepage: https://github.com/nikolenkoanton92/node_waitlisted#readme
- Issues: https://github.com/nikolenkoanton92/node_waitlisted/issues
- npm.io page: https://npm.io/package/waitlisted

## Dependencies (1)

- [request](https://npm.io/package/request.md) ^2.65.0

## Recent versions

- 0.0.5 (latest) — 2017-01-21
- 0.0.4 — 2015-11-06
- 0.0.3 — 2015-11-05
- 0.0.2 — 2015-11-05

## README

# node_waitlisted
Node.js module that implements the offical waitlisted api

##  Installation

The easiest way to install node_waitlisted is with [`npm`](http://npmjs.org)

```sh
npm install waitlisted
```

## Usage

Setup Waitlisted to know the URL to use to manage your reservations:

```javascript

var waitlisted = new Waitlisted('Your domain from Waitlisted.co')

```

## API

#### `waitlisted.create(email,name,refcode,cb)`

Create a Reservation

* `email` - The email of the person requesting reservation.

* `name` - The name of the person requesting the reservation. By default - '' .

* `refcode` - The referral code for the user. By default - '' .

`waitlisted.create('example@example.com','Waitlisted Co', function(err,data){})`

#### `waitlisted.get(email,cb)`

Get a Specific Reservation

* `email` - The email of the specific reservation

`waitlisted.get('example@example.com', function(err,data){})`

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