Flood Prediction UI is a web user interface made using HTML, CSS, JS, and BootStrap and, can be incorporated with backend for Machine Learning(ML/AI) projects. It also uses free WeatherApi and browser GeoLocation API to fetch the user's current location weather. Do not forget to 'star'⭐ the repository, if you like the UI.
- Clone the project
git clone https://github.com/sandeepbanoula/FloodPrediction.git
- Go to the project directory
cd FloodPrediction
- Create a config.js file inside the 'js' folder and paste the below code inside.
cd js
const config = {
apiKey: PASTE YOUR WEATHER_API KEY
}
- Paste your free WeatherApi key from https://www.weatherapi.com/my/ in the config.js file.
https://www.weatherapi.com/my/
- Open index.html or run live server.
Contributions are always welcome!
Sandeep Banoula |