Skip to content

ErixMV/WeaThere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeaThere

A simple project that shows the weather forecast from almost every city.

Live Demo

Table of Contents

About the Project

This project was started in order to improve my skills using APIs and data management. The initial version has a very simple layout with only temperature data. In future versions, more data will be added and layout will be improved.

Built With

The project is totally made in React.

The retrived data come from:
Algolia Places for cities.
Weatherbit for weather forecast.

Usage

The search input will display cities as suggestions in a dropdown depending on input's current value. Select a city and the weather forecast will be displayed.

You can get the forecast from your current position by clicking the pin on the right side of the search input.

Roadmap

This is a list of future implementations:

  • Toggle between °C and F.
  • Display from a selected day (today by default): Hourly forecast, pressure, humidity and rain probability.
  • Layout improvement.
  • Dark Mode

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

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Added some new feature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

License

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

Contact

Erix Mamani Villacresis - erixmv022@gmail.com - LinkedIn

Project Link: https://github.com/ErixMV/WeaThere