You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
413 B

# parser gfs noaa grib downloader
#### Docker (```Dockerfile```):
- build:
```make build```
- run:
```make run```
- up (build and run):
```make up```
- down (stop and remove volumes):
```make stop```
- base URL: http://localhost:1000
Install requirements locally:
```make req```
Reformat code (Black):
```make black```
Change permissions to mounted volumes (if necessary):
```make chmod```