instanceofMA / arduino-fetch

High level HTTP Request Library that gives a javascript fetch like API.
GNU General Public License v3.0
79 stars 11 forks source link

Great Idea #4

Closed hpssjellis closed 2 years ago

hpssjellis commented 2 years ago

I like this concept. I will try it on Adafruit.io

instanceofMA commented 2 years ago

Did you just open an issue to tell me this library is a great idea?

hpssjellis commented 2 years ago

Yup. I will close it now. Not working on the Arduino PortentaH7, but I still like the idea.

instanceofMA commented 2 years ago

Yup. I will close it now. Not working on the Arduino PortentaH7, but I still like the idea.

What exactly do you like about it?

hpssjellis commented 2 years ago

My background is Javascript so I love fetch. Now I am using Arduino's. I am trying to access the adafruit site with the Arduino PortentaH7 using either http or MQTT but things are not going well.

This site I made gives some reference

https://hpssjellis.github.io/my-examples-of-iot-platforms/public/index.html

I have everything working except the Arduino parts.