# 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```