mikifuns / Authenticator

Authenticator generates 2-Step Verification codes in your browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

Available for Chrome and Firefox

Build Setup

# install typescript
npm install -g typescript
#install gts
npm install -g gts
# install dependencies
npm install
# check typescript style
gts check
# try to auto fix style issue
gts fix
# compile for Chrome
npm run chrome
# compile for Firefox
npm run firefox

About

Authenticator generates 2-Step Verification codes in your browser.

License:MIT License


Languages

Language:TypeScript 71.9%Language:HTML 15.3%Language:CSS 12.0%Language:Shell 0.7%