Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzaymvn/weather-app
This is a simple application that displays the weather of a city. It uses the OpenWeatherMap API to get the weather data.
https://github.com/itzaymvn/weather-app
Last synced: about 4 hours ago
JSON representation
This is a simple application that displays the weather of a city. It uses the OpenWeatherMap API to get the weather data.
- Host: GitHub
- URL: https://github.com/itzaymvn/weather-app
- Owner: itzAymvn
- License: mit
- Created: 2023-01-01T18:04:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T13:46:25.000Z (about 1 year ago)
- Last Synced: 2023-11-13T15:03:05.175Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://weather.aymvn.me
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App
This is a simple application that displays the weather of a city. It uses the [OpenWeatherMap API](https://openweathermap.org/api) to get the weather data.
## What can it do?
- Search for a city
- Display the weather of the city
- Get your current location and display the weather (Requires permission)## How to install it?
Before you install, make sure you have [Node.js](https://nodejs.org/en/) installed. Then run the following commands:
```bash
git clone https://github.com/itzAymvn/weather-app.git
cd weather-app
npm install
```## Running the application
To run the application, run the following commands:
```bash
npm install
npm start
```## License
[![License](https://img.shields.io/github/license/itzaymvn/weather-app?style=for-the-badge)](https://github.com/itzAymvn/weather-app/blob/master/LICENSE)