项目作者: OzkrMonroy

项目描述 :
This is a weather app created with React, NextJS, StyledComponents, and Aerisweather API. This is one of the challenges from https://devchallenges.io/
高级语言: JavaScript
项目地址: git://github.com/OzkrMonroy/weather-app-challenge.git
创建时间: 2020-10-07T02:13:55Z
项目社区:https://github.com/OzkrMonroy/weather-app-challenge

开源协议:

下载


Weather App Challenge

This Web App allows you to obtain weather information based on your location or a search performed. By default, it shows the weather of a specific place, the request for your location will be made when you decide.

Demo: WeatherApp

Project screenshot

Built with

Features

  • Show a city weather by default.
  • You can search for city and country.
  • You can see weather of today and the next 5 days.
  • You can see the date and location of the weather.
  • You can see according to image for each type of weather.
  • You can see the min and max degree each day.
  • You can see wind status and wind direction.
  • You can see humidity percentage.
  • You can see visibility indicator.
  • You can see air pressure number.
  • You can request your current location weather.
  • You can convert temperature in Celcius to Fahrenheit and vice versa.

Getting Started

First, clone this repository:

  1. git clone https://github.com/OzkrMonroy/weather-app-challenge.git

Then, enter the folder and install the dependencies:

  1. npm install

Finally, run the development server:

  1. npm run dev

Open http://localhost:3000 with your browser to see the result.

You can find the challenge here