Commit Graph

6 Commits

Author SHA1 Message Date
Nick Farina
dbedf7fe01 Convert to ES5, add web server
* No compilation step
 * Beginnings of web interface
 * Simple express server; React-based frontend
 * CommonJS style across codebase; auto-converts to RequireJS for browser
 * Using diffsync for realtime UI
 * "Provider" -> "Plugin"
 * Plugins expose one or more Providers
2015-08-11 22:27:59 -07:00
Nick Farina
bf5fc50fa6 Remove non-standard "type annotations"
Since we're not actually using Flow.
2015-07-17 08:57:56 -07:00
Nick Farina
94ad9eddcb Simpler logging 2015-07-16 13:09:01 -07:00
Nick Farina
342a7ccc98 Provider logging 2015-07-16 08:44:04 -07:00
Nick Farina
891d4033e8 Turn provider setup into a class 2015-07-16 08:30:11 -07:00
Nick Farina
5611e38beb Provider config and cli-based setup 2015-07-15 22:36:45 -07:00