tapsaff

Provides an API for requesting information from taps-aff.co.uk


Keywords
weather, glasgow, uk, clothes, top, taps, aff, oan
License
MIT
Install
pip install tapsaff==0.2.1

Documentation

Taps Aff Python Api

This provides a simple python library to determine if it is 'taps aff' or 'taps oan' for a specified location using Colin Waddell's www.taps-aff.co.uk service.

https://github.com/ColinWaddell/tapsaff

Installation

pip install tapsaff

API

Constructor

location can be a UK postcode or city.

TapsAff(location)

Properties

is_taps_aff # True if taps aff for this location

Example

from tapsaff import TapsAff

glasgow = TapsAff("Glasgow")
print(glasgow.is_taps_aff)