Skip to content

Wesley-wsl/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App Web

Demo 📸


Application deploy with netlify: 💨

https://weatherappwsl.netlify.app

📜 About the Project

WeatherApp Web is a simple weather app that uses an OpenWeatherMap API to fetch the temperature of places in the world and their weather data such as: humidity, wind, pressure and temperature.

🛠 Technologies

  • React.js
  • Styled-components
  • TypeScript
  • OpenWeatherMap API
  • Axios
  • Navigator
  • Eslint
  • Prettier
  • Editorconfig

  • 💻 How to run the application

    Pre-requisites: You must have the tools installed: Git, Node.js, and have one OpenWeatherMap API KEY which can be generated by creating an account on the official OpenWeatherMap website. Put your api key in a file called .env how in example .env.example.

    # In the terminal, clone the project:
    $ git clone https://github.com/Wesley-wsl/WeatherApp.git
    
    # Enter the project folder:
    $ cd WeatherApp
    
    # Install dependencies:
    $ yarn
    or
    $ npm install
    
    # Run the application:
    $ yarn start
    or
    $ npm run start
    

    Okay, now you can access the application from the route: https://localhost:3000/