Skip to content

Quramy/electron-disclosure

Repository files navigation

electron-disclosure

This is a sample application with github Electron.

It captures your desktop by 5 minutes and posts tweet with the captured images. (Don't worry, post tweets requires your authentication)

capture

Why?

This is useless app. I made it to tell the following:

  • How to capture desktop image in an Electron app
  • How to connect resources controlled by OAuth in an Electron app

Install

npm install

Run

gulp serve

Enable develop menu

Execute the following command, so you can use develop menu(Reload and Toggle dev tools) in the reneder process.

export NODE_ENV=develop

Packaging

gulp package

This task makes application distribution packages under the ./release directory.

License

This software is released under the MIT License, see LICENSE.txt.

About

Sample electron app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published