mukkachaitanya / Open-Sesame

A beautiful one-time setup app (based on Electron) to auto-login into BITS net.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Sesame

A beautiful one-time setup app to autologin into BITS net. Developed on Electron.

For development and running

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/OSDLabs/Open-Sesame.git
# Go into the repository
cd Open-Sesame

# Install dependencies and run the app
npm install && npm start

Before sending in a pull request, you need to run jshint to keep consistent code quality

# Run the lint script 
npm run lint

Learn more about Electron and its API in the documentation.

About

A beautiful one-time setup app (based on Electron) to auto-login into BITS net.

License:MIT License


Languages

Language:JavaScript 67.2%Language:CSS 23.0%Language:HTML 9.7%