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.