10000 GitHub - DaviLhlapak/weather-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DaviLhlapak/weather-app

Repository files navigation

Weather App

Check the online demo: Weather App

About

A weather application built with Next.js that returns the temperature and weather condition of a particular city using accuweather api.

How to use it?

  1. Type the city you wish to see the weather information
  2. Search by clicking the search (🔎) icon or pressing enter
  3. Wait for the api response
  4. Done! 😁 The weather information will be displayed on screen

How run the application

Clone this repository

$ git clone https://github.com/DaviLhlapakRosa/weather-app.git

Go into the repository

$ cd weather-app

Install dependencies

$ yarn
or
$ npm install

Run the app

$ yarn dev
or
$ npm run dev

Package.json

Scripts:

dev
Runs next dev which starts Next.js in development mode

build
Runs next build which builds the application for production usage

start
Runs next start which starts a Next.js production server

type-check
Runs TypeScript's tsc CLI in noEmit mode to run type-checking separately.

Creator

Website
Instagram
Twitter

Releases

No releases published

Packages

No packages published
0