A weather web app connected to Visual Crossing API
Explore the docs »
View Website
·
Report Bug
·
Request Feature
Table of Contents
This is a practical project, to get involved with redux, and how it can be tested by jest js
The features that are currently supported:
- Get weather information of a specific place in a specific time
To run this project in your pc, you need:
- nodejs and npm
- an api key from Visual Crossing
- Clone the repo
git clone https://github.com/alireza-jahandoost/weather-web-app
- Move to the directory
cd weather-web-app
- Install js dependencies
npm install
- Create
/src/api/key.js
file with your api keyecho "export const KEY = 'Type Your Api Key Here';" >> src/api/key.js
To run the project, you need to start it:
npm start
Then, you can access the web app from http://localhost:3000
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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.
Alireza Jahandoost - [email protected]
Project Link: https://github.com/alireza-jahandoost/weather-web-app