Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thenishchalraj/usaweatherforecast

USA Weather Forecast extracted/scraped from the National Weather Service just for learning purpose.
https://github.com/thenishchalraj/usaweatherforecast

hacktoberfest python-script scrapper-script scrapping script weather-forecast weather-information

Last synced: 5 days ago
JSON representation

USA Weather Forecast extracted/scraped from the National Weather Service just for learning purpose.

Awesome Lists containing this project

README

        

# USAWeatherForecast
USA weather forecast extracted/scraped from the National Weather Service, now with added feature of searching any location of USA.

## Demo

![demo](https://github.com/thenishchalraj/USAWeatherForecast/blob/dev/demo.png?raw=true)

## Install
Clone the repository:

```sh
git clone https://github.com/thenishchalraj/USAWeatherForecast.git`
```

Then install dependencies:

```sh
cd USAWeatherForecast
pip install -r requirements.txt
```

## Usage
Run using:
```sh
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

## Contributors


Nishchal Raj



Abhishek Pal



Anshik



Jmkeol

### Contribution guide
* Look for issues and ask for assignment.
* Improve UI for the project and send a PR.
* Add any feature you think should be relevant.