Aldriana / ShadowCraft-Engine

Calculations backend for ShadowCraft, a WoW theorycraft project.
GNU Lesser General Public License v3.0
37 stars 22 forks source link

JSON input #68

Closed julienp closed 13 years ago

julienp commented 13 years ago

Simple function that takes a JSON string as input and creates a fully configured calculator.

I've been using it for http://shadowcraft-test.appspot.com which is now reasonably functional (didn't bother to add more than 1 item per slot, and I'm sure there's some bugs in there). The server side is nothing more than a function that takes such a JSON string as input, creates the calculator from it and returns the results.