2.0.1 • Published 4 years ago

das-telefonbuch-scraper v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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.

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago