This is a web based weather app where you can get information on any city in the world. A live preview of the project can be seen here.
The goal for this project is to be comfortable with working with third-party APIs and manipulating the data that these services provide.
If you want to have a local copy of the project, you can do the following below. However, you need to have git, node.js, and npm installed.
- Open up a terminal
- Clone the repository by typing this in the terminal:
git clone [email protected]:libmartinito/shopping-cart.git
- Install project dependencies by typing this in the terminal:
npm install
The project is part of the full-stack javascript track at the odin project.