├── .gitattributes ├── index.html ├── script.js └── style.css /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/weather-prediction-app/HEAD/.gitattributes -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/weather-prediction-app/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/weather-prediction-app/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/weather-prediction-app/HEAD/style.css --------------------------------------------------------------------------------