项目作者: AdityaBhattacharya1

项目描述 :
A weather app with dynamic background. The background changes when a certain temperature threshold is reached.
高级语言: JavaScript
项目地址: git://github.com/AdityaBhattacharya1/Weather-App.git
创建时间: 2021-01-16T05:36:01Z
项目社区:https://github.com/AdityaBhattacharya1/Weather-App

开源协议:MIT License

下载


Introduction

A weather app with dynamic background change. The background changes when a certain threshold of temperature is exceeded.

To clone

$ git clone https://github.com/AdityaBhattacharya1/Weather-App

Further, you need to have npm and node installed globally on your machine.

After cloning, run npm install in this directory to install the necessary node modules.

To open the project

To start the project, cd into the Weather-App directory and run:

npm start

Open http://localhost:3000 to view the weather app in your desired browser.