simple weather app
v.0.0.1
แอปพลิเคชั่นสภาพอากาศที่ดึงข้อมูลและแสดงข้อมูลสภาพอากาศจาก API โดยใช้ PHP, jQuery, Ajax, bootstrap, CSS และ MySQL

โคลนที่เก็บ:
git clone https://github.com/your-username/simple-weather-app.git
cd simple-weather-appตั้งค่าฐานข้อมูล:
weather_appdatabase/database.sql ) เพื่อตั้งค่าตารางที่จำเป็น mysql -u yourusername -p weather_app < database.sqlกำหนดค่าแอปพลิเคชัน:
config.sample.php เป็น config.php : cp config.sample.php config.phpconfig.php และอัปเดตการกำหนดค่าฐานข้อมูลและรายละเอียดคีย์ APIเรียกใช้แอปพลิเคชัน:
php -S localhost:8000เข้าถึงแอปพลิเคชัน:
http://localhost:8000นี่คือโครงสร้างไฟล์พื้นฐานสำหรับแอปพลิเคชัน Simple-Weather-App ของคุณ:
simple-weather-app/
│
├── config.sample.php
├── index.html
├── database.sql
├── src/
│ ├── api.php
│ └── fetch_weather.php
├── css/
│ └── styles.css
├── js/
│ └── script.js
├── README.md
└── .gitignore