Weatherly adalah aplikasi yang menampilkan informasi cuaca terkini berdasarkan lokasi yang diinginkan pengguna. Aplikasi ini memanfaatkan API OpenWeatherMap untuk mendapatkan data cuaca seperti suhu, kelembapan, kecepatan angin, dan kondisi cuaca saat ini. Cocok digunakan untuk mengetahui prediksi cuaca harian secara cepat dan praktis.
- Menampilkan informasi cuaca real-time berdasarkan kota atau lokasi
- Data suhu, kelembapan, kecepatan angin, dan deskripsi cuaca
- Antarmuka yang sederhana dan mudah digunakan
-
Clone repository ini:
git clone https://github.com/wans112/OpenWeather.git cd OpenWeather -
Install dependensi (jika menggunakan Node.js):
npm install
-
Siapkan API Key dari OpenWeatherMap.
-
Konfigurasi API Key di file konfigurasi (misal
.env):OPENWEATHER_API_KEY=apikey_anda -
Jalankan aplikasi:
npm start
atau sesuai perintah pada dokumentasi masing-masing framework.
-
Akses aplikasi melalui browser atau terminal sesuai instruksi aplikasi.
Weatherly is an application that displays the latest weather information based on the user's desired location. It utilizes the OpenWeatherMap API to fetch weather data such as temperature, humidity, wind speed, and current weather conditions. This app is ideal for quickly and conveniently checking daily weather forecasts.
- Display real-time weather information by city or location
- Shows temperature, humidity, wind speed, and weather description
- Simple and user-friendly interface
-
Clone this repository:
git clone https://github.com/wans112/OpenWeather.git cd OpenWeather -
Install dependencies (if using Node.js):
npm install
-
Get your API Key from OpenWeatherMap.
-
Configure your API Key in the configuration file (e.g.,
.env):OPENWEATHER_API_KEY=your_api_key -
Run the application:
npm start
or follow the instructions provided for your framework.
-
Access the app via browser or terminal as instructed.
Sesuaikan instruksi di atas sesuai dengan framework atau bahasa pemrograman yang digunakan pada project Anda.