Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 390 Bytes

The website for this project can be access here https://coates-code-test-gq0f3en64-dalley8626.vercel.app/

Getting Started

Install the the necessary dependencies by doing

yarn or npm i

Add environment variable

Obtain the API_KEY from openweather and create a .env.local, and then add API_KEY=XXXX

Run the development server:

npm run dev
# or
yarn dev