Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.2 KB

Weather. Anywhere.

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.

Preview

Website gif

Motivation

The goal for this project is to be comfortable with working with third-party APIs and manipulating the data that these services provide.

Tech Used

Installation

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

Credits

The project is part of the full-stack javascript track at the odin project.