Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
/ weather_app Public archive

⛅️ App using Open Weather api created with ReactJs

Notifications You must be signed in to change notification settings

wesleyadriann/weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Description

This is app using Open Weather

Hierarchy

  • /public directory where the react injects javascript in develop;
  • /build directory created after execute command build, where is located files for production;
  • /src directory where the develop files is located;
    • /components directory where the react components is located;
    • /css directory where application style is located;
    • /config directory where project configuration is located;

Prerequisites

Usage

In the directory, install the dependencies

npm install

Start React development server

npm start

Await for browser window open in http://localhost:3000.

Deployment

In the directory, install the dependencies

npm install

Execute build command to create minify version to production

npm run build

Will be create folder /build with the files. Inserts into HTTP server. More information

Built With

Authors

URL Project Reference

Environment variables

Environment variables is located in /src/config/

OpenWheaterKey - key - Open Weather Api's key

key

About

⛅️ App using Open Weather api created with ReactJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages