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
- Host: GitHub
- URL: https://github.com/canopas/electron-twitter-login-example
- Owner: canopas
- Created: 2021-02-28T16:16:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T09:17:05.000Z (over 5 years ago)
- Last Synced: 2025-01-27T06:13:59.749Z (over 1 year ago)
- Topics: dekstop, desktop-application, electron, electron-app, electron-vue, electronjs, firebase, twitter-login, vue3
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`