Skip to content

Latest commit

 

History

History
172 lines (117 loc) · 3.96 KB

README.md

File metadata and controls

172 lines (117 loc) · 3.96 KB

Weather Application




View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact
  7. Acknowledgments

About The Project

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at https://openweathermap.org/

  2. Get a free API key at locationiq

  3. Clone the repo

    git clone https://github.com/voiceinthedark/React-Weather.git
  4. Install NPM packages

    npm install
  5. Create a .env file at the root directory then add:

     REACT_APP_JSCHALLENGE08_API_KEY= 'open weather map key'
     REACT_APP_GEOCODING_API_KEY= 'locationiq key'

(back to top)

Usage

  1. Use the command
    npm start
  2. open the browser at http://localhost:3000

(back to top)

Roadmap

  • Track location by geolocation
  • Make user input city name to retrieve weather forcast
  • Make the user click on a given day bar to go to a detailed day view

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Firas Abbas - darkrisingforce@gmail.com

Project Link: https://github.com/voiceinthedark/React-Weather

(back to top)

Acknowledgments

(back to top)