Skip to content

SRPater/odin-weatherapp

Repository files navigation

Project: Weather App

This is my take on the Weather App project, found in the JavaScript course, part of the FullStack JavaScript path of The Odin Project.

I started from a template repository to set the project up with Webpack, ESLint and Prettier.

When starting the application, you see a simple input for a location with a search button. When the search button is clicked, the app searches for the entered location in the Visual Crossing API and constructs an object with the needed data from the API response.

The data from this object is then presented in a neat way with an icon from Visual Crossing, with temperatures in both Celsius and Fahrenheit.

Live preview

A live preview can be found here

About

Simple weather app for the Weather App Project in the JavaScript Course on the Full Stack JavaScript Path of The Odin Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors