Skip to content

tlevine/nps_weather

Repository files navigation

Look up the `weather <http://www.nps.gov/deva/planyourvisit/weather.htm>`_
in United States National Park Service
`parks <http://www.nps.gov/findapark/index.htm>`_.

Install from PyPI. ::

    pip3 install nps_weather

Run from the command line, ::

    nps-weather > index.html

or run from Python. ::

    from nps_weather import nps_weather
    for park in nps_weather():
        print(park)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published