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
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.
To get a local copy up and running follow these steps.
- npm
npm install npm@latest -g
⚠️ 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
-
Get a free Weatherapi API Key at https://www.weatherapi.com/
-
Clone the repo
git clone https://github.com/caw442000/weather-tracker.git
-
Install NPM packages
npm install
-
Create a
.envfile in src folder -
Enter your API in
.envREACT_APP_WEATHER_API_KEY=ENTER YOUR API; REACT_APP_GOOGLE_LOCATION_API_KEY=ENTER YOUR API;
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Cedric Winbush - @visionNfocus - cawinbushjr@gmail.com
Project Link: https://simply-weather.vercel.app/