1.0.0 • Published 3 years ago

fritzboxcalllist v1.0.0

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

FritzBox Call List

codecov Release CI npm TypeScript

💻 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.