This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

das-telefonbuch-scraper
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Das Telefonbuch Scraper

💻 First Start

Web

<script src="https://unpkg.com/das-telefonbuch-scraper/dist/bundle.js"></script>

Module

npm install das-telefonbuch-scraper -S

CLI

npm install das-telefonbuch-scraper -g 

🚀 Usage

Web

const names = await dastelefonbuch.reverseLookup(<number>);

Module

import reverseLookup from 'das-telefonbuch-scraper'
const names = await reverseLookup(<number>);

CLI

reverseLookup

📖 Documentation

reverseLookup returns a Promise;

It returns on object of the following form: status: 'done' | 'error' | 'not found' succeeded: boolean // If the lookup was successful error?: unknown // Only if error occurs result?: string[] // Only if all went successful

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i das-telefonbuch-scraper

Weekly Downloads

1

Version

2.0.1

License

MIT

Unpacked Size

228 kB

Total Files

12

Last publish

Collaborators

  • kaaaxcreators