This library enables a Particle Photon or Core to write or read data to or from ThingSpeak, an open data platform for the Internet of Things with MATLAB analytics and visualization.
ThingSpeak offers free data storage and analysis of time-stamped numeric or alphanumeric data. Users can access ThingSpeak by visiting http://thingspeak.com and creating a ThingSpeak user account.
It does not maintain a connection between actions, and reports (reasonably fine grained) information about whether it succeeded or not, so you can implement your own high level logic about what to do in the event of an error. We chose to keep it simple and reliable, rather than keeping a connection open, since the max rate for writing is about once every 15 seconds.