Quramy / electron-disclosure

Sample electron app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 86.6%Language:CSS 11.6%Language:HTML 1.8%