项目作者: Raitvok

项目描述 :
Weather App
高级语言: JavaScript
项目地址: git://github.com/Raitvok/weather.git
创建时间: 2019-01-10T18:15:31Z
项目社区:https://github.com/Raitvok/weather

开源协议:

下载


Weather Application

https://github.com/Raitvok/weather

This application displays the current weather and forecast for six days.

When loading the application displays a weather for Minsk.

If you want to find another country, city, type in search his name.

In the current day, you will see:

  • the date and day.
  • the temperature is current, night and day
  • a description of the weather
  • perceived temperature
  • humidity and visibility

The application has been built with help of API. Here you can find the link to it:

https://www.apixu.com/api.aspx

When creating the application used the following technologies:

  • HTML5 / CSS3
  • Grid layout
  • JS ES6
  • React

I am currently working on improving the application:

  • add redux (to exclude the treatment component);
  • add weather hour by hour;

To install the Weather Application will require:

  1. Download a repository from github:

    https://github.com/Raitvok/weather

  2. Install app

    npm install

  3. Start up the app

    npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.