Skip to content

canopas/electron-twitter-login-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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