I’m getting into programming and have built a couple of full stack apps to learn my way around node, and now I’m trying to set one up so that a particle with a button attached to it can make a POST request and create an entry in a database (the model would be very simple, and the only data that needs to be in the database is the duration of the button being held down, for starters).
That said, I’m really not familiar with wiring up a Particle, so I was hoping someone might be able to point me in the direction of a diagram that shows how this can be done, please?