├── .gitignore ├── README.md ├── index.html ├── link.txt ├── meteoVideo.mp4 ├── package.json ├── script.js ├── style.css └── weather.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvstoyan/meteo-API-JS/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvstoyan/meteo-API-JS/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvstoyan/meteo-API-JS/HEAD/index.html -------------------------------------------------------------------------------- /link.txt: -------------------------------------------------------------------------------- 1 | https://meteo-weather.glitch.me -------------------------------------------------------------------------------- /meteoVideo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvstoyan/meteo-API-JS/HEAD/meteoVideo.mp4 -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvstoyan/meteo-API-JS/HEAD/package.json -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvstoyan/meteo-API-JS/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvstoyan/meteo-API-JS/HEAD/style.css -------------------------------------------------------------------------------- /weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvstoyan/meteo-API-JS/HEAD/weather.png --------------------------------------------------------------------------------