Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 323 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 323 Bytes

electron-twitter-login-example

An example of twitter login with a firebase using electron.js

How to run application

Env variables

  • Add a firebase and twitter credentials in a config.js file.

Install dependencies

  • run npm install

Start application

  • start the application by running npm start