View Single Post
12/04/14, 01:21 AM   #13
rkuhnjr
 
rkuhnjr's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 26
got a good chunk of it done this week
The basic lua addon is ready (no ui just command line)
The base of the API is stood up and can accept calls from the Windows client to store research data on the server.
and the Windows app is 98% done for initial release (screenshots: http://www.covennex.com/IGOR/ )

I have to make a few more changes and do a push tonight and probably tomorrow i will compile it and zip it up for you to test with

The biggest piece left is the front end web ui to manage notifications, I have to build all that out with registrations and such.

For now I will just manually create an account for you and send you an api key to use in the windows app.

Source code is up on Git hub under two repositories
IGOR - Windows app https://github.com/rkuhnjr/IGOR
IGOR_Web - Web based apps. https://github.com/rkuhnjr/IGOR_Web
  Reply With Quote