# birthday-no-search

> Node module for Birthday.no searches.

Latest version **1.0.0** (published 2015-07-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install birthday-no-search
pnpm add birthday-no-search
yarn add birthday-no-search
bun add birthday-no-search
```

## 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.0 |
| Published | 2015-07-27 |
| First published | 2015-07-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Vidar Waagbø |
| Maintainers | vidarw |
| Keywords | search, birthday.no, birthday, norwegian |

## Links

- npm: https://www.npmjs.com/package/birthday-no-search
- Repository: https://github.com/vidarw/node-birthday-no-search
- Issues: https://github.com/vidarw/node-birthday-no-search/issues
- npm.io page: https://npm.io/package/birthday-no-search

## Dependencies (2)

- [jsdom](https://npm.io/package/jsdom.md) ^3.1.2
- [moment](https://npm.io/package/moment.md) ^2.10.3

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-07-27

## README

# node-birthday-no
Node module for Birthday.no searches.
Two or more of the following parameters are required:

* firstName
* lastName
* zip
* city

## Example

    var person = {
      firstName: "Preben",
      lastName: "Hansen"
    };
  
    birthday.search(person, function(result){
      console.log(result);
    });

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