USA weather forecast extracted/scraped from the National Weather Service, now with added feature of searching any location of USA.
Clone the repository:
git clone https://github.com/thenishchalraj/USAWeatherForecast.git`
Then install dependencies:
cd USAWeatherForecast
pip install -r requirements.txt
Run using:
python3 USA*.py
and you can see the same forecast as it is here https://forecast.weather.gov/MapClick.php?lat=37.37&lon=-122.04
BTW, this was just my practice of scraping using python which got contributions by some interested guys.
If want to do the same thing using NodeJS : https://blog.bitsrc.io/https-blog-bitsrc-io-how-to-perform-web-scraping-using-node-js-5a96203cb7cb
Nishchal RajAbhishek Pal
Anshik
Jmkeol
- Look for issues and ask for assignment.
- Improve UI for the project and send a PR.
- Add any feature you think should be relevant.