An open API service indexing awesome lists of open source software.

https://github.com/canopas/electron-twitter-login-example

Electron-vue Twitter login example app
https://github.com/canopas/electron-twitter-login-example

dekstop desktop-application electron electron-app electron-vue electronjs firebase twitter-login vue3

Last synced: about 1 month ago
JSON representation

Electron-vue Twitter login example app

Awesome Lists containing this project

README

          

# 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`