Is there a web version of the tinker app? I don’t think the wifi programming is necessary, but having the other read/write functionality available through the browser would seem to be more efficient than using the cellphone app for tinkering
Check out atomiot.com.
It’s not an exact replica but the intent is the same.
No coding, quick access to a core. Bonus. It’ll work with any custom code as well.
It is kind of amazing that no one has recreated a tinker like app with javascript yet. Here’s another one if you just need a few dedicated buttons for Spark.function() / Spark.variable()
Tinker is really just a way to let you play with the functions easily. It’s not suggested to be used as an ‘end product’, and customising it yourself if much more advisable. It’s not hard to do, and is more rewarding than what Tinker can offer.
Is there anything specific about the Tinker app that you’d like to have in a Web version? Toggling the pin, connecting a device, flashing Tinker to the device?
It’s all very doable in a webapp, and shouldn’t be too hard to recreate, though I’m convinced making something yourself is more convenient.