A web based application for getting real time weather data of any city in the world using API
Table of Contents
This is a web based application to get real time weather data of any city in the world using APIs. Currently the app only does limited thing but it is intended to provide complete weather data to the user using good user interface and design.
Here's why:
- This project will help you to improve your basic understanding of HTML, CSS and JS. Also how to call APIs.
- It will also help you learn how to build an effective UI/UX for your own projects.
- The tech stack used is very beginner friendly.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
The tech stacks used in the projects are :
You can use the application in your local system by following the steps mentioned below :
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Open terminal in your project's folder
- Clone the repo
git clone https://github.com/ranjananubhav7/Weather-Report.git
- Install NPM packages
npm install
- Start the application
npm nodemon app.js
Contributions are what make the open source community such an amazing place to 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
Your Name - Anubhav Ranjan - ranjananubhav7@gmail.com
Project Link: https://github.com/your_username/repo_name