A client interfact for loading data from the FAL weather rover implemented as part of the junior year mini project.
Data fetched using IoT analytics service Thingspeak with React.js. It currently fetches the weather data in a particular checkpoint.
You'll able to get the details like temperature, humidity, pressure, soil moisture, and altitude of the location.
First, you need to clone this repository, by running git clone
. Navigate to the directory.
Now, install all the necessary dependencies from your package.json
file, by running the following command.
npm install
Run the following command.
npm start
A demo is hosted at FalRover.