1.0.7 • Published 3 years ago

@nanomatic/mikrotik v1.0.7

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

Status License


📝 Table of Contents

🏁 Getting Started

Installing

npm i @nanomatic/mikrotik

Using

Example code below:

import MikroTik from '@nanomatic/mikrotik';

try {
    new MikroTik('192.168.1.1', 'api_user', 'api_pass', {
        refreshTime: 5000,
        onRefresh: console.log
    });
} catch(error: any) {
    console.log(error);
}

// const router = new MikroTik('192.168.1.1', 'api_user', 'api_pass', {
//     refreshTime: 5000
// });

// setInterval(() => router.refresh().then(console.log), 1000);

⛏️ Built With

📦 Dependencies

  • mikrotik - Full-Featured asynchronous Mikrotik API interface

✍️ Authors

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago