Skip to content

caw442000/simply-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub forks GitHub stars GitHub issues GitHub license LinkedIn


Logo

Simply Weather

A no frills current and 3 day weather forecasting app powered by GoogleAPI and weatherAPI
Explore the docs »

View Demo · Report Bug · Request Feature

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

About The Project

Product Name Screen Shot

There are so many great weather apps available. I just wanted to create one that was simple and elegant.

Here's why:

  • Sometimes you just want to get a quick glimpse of the weather
  • You don't want all the extra information getting in the way
  • You just want something global and simple

Simply Weather is just that. A no frills global weather app just for you.

Built With

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. ⚠️ Get a Google API Key. Before you can start using the Google Places API and Google Geocoding API, you must sign up and create a billing account
  1. Get a free Weatherapi API Key at https://www.weatherapi.com/

  2. Clone the repo

    git clone https://github.com/caw442000/weather-tracker.git
  3. Install NPM packages

    npm install
  4. Create a .env file in src folder

  5. Enter your API in .env

     REACT_APP_WEATHER_API_KEY=ENTER YOUR API;
     REACT_APP_GOOGLE_LOCATION_API_KEY=ENTER YOUR API;

Usage

Simply Weather Simple Demo

Roadmap

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

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

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

License

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

Contact

Cedric Winbush - @visionNfocus - cawinbushjr@gmail.com

Project Link: https://simply-weather.vercel.app/

Acknowledgements

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published