How to get data from website that does not provide API

if you find a good website from where you want to get data programmatically in your code but you realize they do not provide an api then it will make you mad. But I have a solution by which you can get data from website that does not provide an API

Continue Reading

Setting number failed Firebase NodeMCU

NodeMCU is a low cost Open Source IoT platform to control hardware devices using software. In this article we will talk about how to fix setting number failed error in firebase nodemcu. This error comes when you have firebase used in your NodeMCU Arduino project and the firebase fingerprint is expired.

Continue Reading