We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ISO 8601 format for weather forecast for a specific location and date. (up to 7 days in the future) e.g. curl -s wttr.in/Chicago@2017-02-01
curl -s wttr.in/Chicago@2017-02-01
The return should be the weather forecast for that exact date.
If the date is beyond 7 days out, "invalid date" output should be returned.
References: http://www.iso.org/iso/home/standards/iso8601.htm https://en.wikipedia.org/wiki/ISO_8601
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support ISO 8601 format for weather forecast for a specific location and date. (up to 7 days in the future)
e.g.
curl -s wttr.in/Chicago@2017-02-01
The return should be the weather forecast for that exact date.
If the date is beyond 7 days out, "invalid date" output should be returned.
References:
http://www.iso.org/iso/home/standards/iso8601.htm
https://en.wikipedia.org/wiki/ISO_8601
The text was updated successfully, but these errors were encountered: