Skip to content

jesusgoku/arrispwod

Repository files navigation

ARRISPWOD - Arris Password Of Day

Build Status codecov

Javascript library for generate password of the day for Arris routers.

Install

npm install arrispwod

# Or with yarn
yarn add arrispwod

Usage

NodeJS

// CommonJS
const genPassOfDay = require('arrispwod');

// Or with ESNext
import genPassOfDay from 'arrispwod';


const passOfDay = getPassOfDay(new Date());
console.log(passOfDay);

Browser

Use UMD package from: https://unpkg.com/arrispwod

API

See API here

Related

About

Arris password of the day generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published