https://github.com/chiefwoods/weather-app
Weather forecast site for The Odin Project
https://github.com/chiefwoods/weather-app
theodinproject
Last synced: 7 months ago
JSON representation
Weather forecast site for The Odin Project
- Host: GitHub
- URL: https://github.com/chiefwoods/weather-app
- Owner: ChiefWoods
- Created: 2023-09-16T20:17:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T10:31:07.000Z (over 1 year ago)
- Last Synced: 2024-04-12T16:40:11.979Z (over 1 year ago)
- Topics: theodinproject
- Language: JavaScript
- Homepage: https://chiefwoods.github.io/weather-app/
- Size: 14.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App

Weather forecast site for [The Odin Project](https://www.theodinproject.com/).
[Live Website](https://chiefwoods.github.io/weather-app/)
[Source Repository](https://github.com/ChiefWoods/weather-app)
## Features
- Get weather forecasts by searching city, state, country or a combination of any
- Toggle between metric and imperial systems
- Display weather data including 'Feels Like', 'Precipitation', 'Humidity', 'Wind Speed'
- Display forecasts up to next 24 hours and 3 days## Built With
### Languages
- [](https://html5.org/)
- [](https://www.w3.org/Style/CSS/Overview.en.html)
- [](https://js.org/index.html)### Bundlers, Linters & Formatters
- [](https://webpack.js.org/)
- [](https://esbuild.github.io/)
- [](https://eslint.org/)
- [](https://prettier.io/)### Libraries
- [date-fns](https://date-fns.org/)
### Tools
- [](https://code.visualstudio.com/)
## Getting Started
### Prerequisites
Update your Bun toolkit to the latest version.
```bash
bun upgrade
```### Setup
1. Clone the repository
```bash
git clone https://github.com/ChiefWoods/weather-app.git
```2. Install all dependencies
```bash
bun install
```3. Start development server
```bash
bun run start
```4. Build project
```bash
bun run build
```5. Preview build
```bash
bun run preview
```## Issues
View the [open issues](https://github.com/ChiefWoods/weather-app/issues) for a full list of proposed features and known bugs.
## Acknowledgements
### Resources
- [Shields.io](https://shields.io/)
- [Google Fonts](https://fonts.google.com/)
- [Pictogrammers](https://pictogrammers.com/)
- [Pexels](https://www.pexels.com/)
- [Unsplash](https://unsplash.com/)### Hosting and API
- [GitHub Pages](https://pages.github.com/)
- [Weather API](https://www.weatherapi.com/)## Contact
[chii.yuen@hotmail.com](mailto:chii.yuen@hotmail.com)