1.0.0 • Published 6 years ago

electron-github v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

electron-github

Módulo para login com GitHub e Electron.

Como iniciar

Start:

  1. Instale a dependência com npm i --save electron-github
  2. Importe a biblioteca:
const { ipcRenderer, remote } = require('electron')
const { BrowserWindow } = remote
import ef from 'electron-github';
ef('CLIENT_ID', 'CLIENT_SECRET', 800, 400, BrowserWindow.getAllWindows().filter((e)=>e.id==1))
.then(console.log);
        ```