An automatic login tool for Wi-Fi of OECU. It made with Electron.
This project is so experimental yet.
- Windows x32/x64
- Linux x32/x64
- Mac OS X x32/x64 (Untested)
Would you try it now?
Executable binaries for Windows, Linux and Mac OS X can be found on the releases page.
An result of automated testing for master branch:
Recommend environment:
- GNU/Linux
Required software:
- Node.js v0.12 or compatible version
Please run the following commands on your terminal.
$ git clone git@github.com:odentools/odenwlan-node.git
$ cd odenwlan-node/
$ npm install
Now you can develop it. enjoy!
Install the dependency libraries:
$ npm install
Run the app:
$ npm start
Run the test:
$ npm test
In current version, it executes only syntax check by ESLint. Also "grunt test" command also run the same.
Make a distribution package for some platforms:
$ grunt
In current version, it makes package for Linux and Windows.
The MIT License (MIT).
Copyright (c) 2016 OdenTools Project.
Please see LICENSE for details. And third party licenses are included to page/about.html. Thank you.