├── README.md ├── img ├── bg.jpg ├── bg1.jpg ├── clear.jpg ├── clouds.jpg ├── drizzle.jpg ├── mist.jpg ├── rainy.jpg ├── snow.jpg ├── sunny.jpg └── thunderstrom.jpg ├── index.html ├── script.js ├── ss ├── bad.png ├── demo.png ├── demo1.png └── empty.png └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/README.md -------------------------------------------------------------------------------- /img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/bg.jpg -------------------------------------------------------------------------------- /img/bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/bg1.jpg -------------------------------------------------------------------------------- /img/clear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/clear.jpg -------------------------------------------------------------------------------- /img/clouds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/clouds.jpg -------------------------------------------------------------------------------- /img/drizzle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/drizzle.jpg -------------------------------------------------------------------------------- /img/mist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/mist.jpg -------------------------------------------------------------------------------- /img/rainy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/rainy.jpg -------------------------------------------------------------------------------- /img/snow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/snow.jpg -------------------------------------------------------------------------------- /img/sunny.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/sunny.jpg -------------------------------------------------------------------------------- /img/thunderstrom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/img/thunderstrom.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/script.js -------------------------------------------------------------------------------- /ss/bad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/ss/bad.png -------------------------------------------------------------------------------- /ss/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/ss/demo.png -------------------------------------------------------------------------------- /ss/demo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/ss/demo1.png -------------------------------------------------------------------------------- /ss/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/ss/empty.png -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinprajapati8604/Weather_webApp/HEAD/style.css --------------------------------------------------------------------------------