mirror of
https://github.com/holidayapi/holidayapi-python.git
synced 2025-06-21 04:16:32 +00:00
chore: cleanin' and bumpin'
* Updated copyright years / company name on LICENSE. * Fixed up spacing in the README. * Bumped version number.
This commit is contained in:
parent
6e92b65a9a
commit
a2c5190805
4 changed files with 13 additions and 13 deletions
20
README.md
20
README.md
|
@ -15,16 +15,16 @@ import holidayapi
|
|||
hapi = holidayapi.v1('_YOUR_API_KEY_')
|
||||
|
||||
parameters = {
|
||||
# Required
|
||||
'country': 'US',
|
||||
'year': 2016,
|
||||
# Optional
|
||||
# 'month': 7,
|
||||
# 'day': 4,
|
||||
# 'previous': True,
|
||||
# 'upcoming': True,
|
||||
# 'public': True,
|
||||
# 'pretty': True,
|
||||
# Required
|
||||
'country': 'US',
|
||||
'year': 2016,
|
||||
# Optional
|
||||
# 'month': 7,
|
||||
# 'day': 4,
|
||||
# 'previous': True,
|
||||
# 'upcoming': True,
|
||||
# 'public': True,
|
||||
# 'pretty': True,
|
||||
}
|
||||
|
||||
holidays = hapi.holidays(parameters)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue