The Weather App project is build using Asynchronous Javascript and APIs call with async/await feature keeping in mind.
- HTML + CSS
- JavaScript
- API
To get started with the app, cd to the directory where you would like the repo to live by typing on your terminal:
Clone the repo typing:
$git clone https://github.com/shubham14p3/weatherApp.git
Create .env file
key='Your-API-KEY' for open weather
KEY='Your-API-KEY' for ipinfo
(
Note:
1. The ENV file key should be placed without ''
2. Signup at ipinfo and OPEN WEATHER before and get the proper API keys to make the calls.
)
Run the following cammand
$npm install
$npm run build
Open Dist/index.html through live server
- User can toggle between Fahrenheit/Celcius
- Users can enter any valid location.
- Users can get live report.
👤 Shubham Raj
- Github: @ShubhamRaj
- Linkedin: Shubham14p3
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Project requested by Microverse Program.
- Adding More Validation.
- Making the Mobile friendly.