Wrapper for the status API for the ISP Türk.net.
- Node.js version 8 or higher
It is an API what do you expect.
~/project/$ npm install --save turknet-status
On your project:
const Turknet = require("turknet-status");
const turknet = new Turknet();
Docs are available here.