https://github.com/surajpurohitcode/weatherinfo
WeatherInfo is a Desktop Application for weather forecast made in java using rapidapi.
https://github.com/surajpurohitcode/weatherinfo
desktop-app desktop-application java java-8 javafx weather-app weather-forecast weatherapp
Last synced: 4 months ago
JSON representation
WeatherInfo is a Desktop Application for weather forecast made in java using rapidapi.
- Host: GitHub
- URL: https://github.com/surajpurohitcode/weatherinfo
- Owner: Surajpurohitcode
- Created: 2023-06-06T13:37:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T16:36:17.000Z (about 2 years ago)
- Last Synced: 2024-12-28T16:45:18.741Z (6 months ago)
- Topics: desktop-app, desktop-application, java, java-8, javafx, weather-app, weather-forecast, weatherapp
- Language: Java
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Weatherinfo Desktop Application
Weatherinfo is a Desktop Application made in java using rapid api for fetching data from openweather api.
## Screenshots

## API Reference
#### Get weather info from API
```http
GET /api/key
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `weather` | `string` | **Required**. Your API key |## Author
- [@Surajpurohit](https://github.com/Surajpurohitcode)
## Deployment
To copy this repo
```bash
https://github.com/Surajpurohitcode/WeatherInfo.git
```## Tech Stack
**IDE:** intellij idea
**Programming Language:** javafx
**Api:** Rapid api("https://rapidapi.com/worldapi/api/open-weather13/")
**https request:** okHttp3("https://square.github.io/okhttp/")
## 🔗 Links
[](https://surajportfolio.me/)
[]()## Demo
- [Download exe file](https://drive.google.com/file/d/11kXRdAacfjoJ8iEY3EcTj0nU-AcDd0cq/view?usp=drive_link)