Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daviddevgt/weatherappjs
https://github.com/daviddevgt/weatherappjs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daviddevgt/weatherappjs
- Owner: DavidDevGt
- License: mit
- Created: 2023-05-14T06:16:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T21:02:35.000Z (about 1 year ago)
- Last Synced: 2023-10-16T18:10:11.864Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://weather-davidgt.netlify.app/
- Size: 548 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App
A minimalist weather application built with JavaScript Vanilla.
## Features
- Current weather display based on user's location
- Detailed weather data (temperature, humidity, wind speed, etc.)
- City search support## Installation
1. Clone the repository:
git clone https://github.com/DavidDevGt/weatherAppJS.git
2. Navigate to the project directory:
cd weatherAppJS/
3. Open index.html in your web browser.
## Usage
1. Allow location access.
2. The app will automatically show the weather for your current location.
3. To search for weather in a specific city, enter the city name and press Enter.## Technologies Used
- JavaScript
- HTML
- CSS## Contributing
Contributions are welcome! Follow these steps:
1. Fork the repository.
2. Create a new branch: \`git checkout -b feature/your-feature\`.
3. Commit your changes: \`git commit -m 'Add some feature'\`.
4. Push to the branch: \`git push origin feature/your-feature\`.
5. Open a pull request.## License
This project is licensed under the MIT License.