Options
All
  • Public
  • Public/Protected
  • All
Menu

fritzboxcalllist

FritzBox Call List

💻 First Start

YARN

yarn add fritzboxcalllist

NPM

npm install fritzboxcalllist

🚀 Usage

Typescript

import FritzBox from 'fritzboxcalllist';

async function main() {
  const fritzbox = new FritzBox({ username: 'your-username', password: 'your-password' });

  const callListURL = await fritzbox.getCallListUrl();

  console.log(callListURL);
}

main();

📖 Documentation

Documentation can be found here.

📜 License

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

Generated using TypeDoc