The project's goal is to call APIs and process their data to be usable in a web app.
- Toggle displaying the data in Fahrenheit or Celsius.
- Change look of search bar based on weather conditions.
- Saves last searched location.
- 10-day forecast, now forecast, hourly forecast.
- Bulma css makes it compatible with most devices.
- A modern web browser that supports JavaScript.
- Basic understanding of HTML, CSS, and JavaScript.
- Node.js and npm.
- Clone the repository:
git clone https://github.com/MclPio/weather-app.git
- Navigate to the project directory:
cd weather-app
- Install dependencies:
npm install
- Build dist
npm run build
- (Optional) start the development server:
npm start