A simple Weather project with svelte.(To learn and practice)
GET /api.openweathermap.org/data/2.5/"weather/?q={cityName}&appid={key}&units=metric
GET /api.openweathermap.org/data/2.5/"weather/?q={cityName}&appid={key}&units=metric
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
cityName |
string |
Required. Your City |
Reference : https://openweathermap.org/
Clone the project
git clone https://github.com/AmirRajabii/Weather.git
Go to the project directory
cd Weather
Install dependencies
npm install
Start the server
npm run dev
To build the project
npm run build
If you have any feedback, please reach out to us at