01 / Profile

Random User

{{ user.firstName }} {{ user.lastName }}

Age {{ user.age }}

Fetching profile…

{{ userError }}
02 / Weather

Weather

{{ weather.description }}
Temp {{ weather.temperature }}
Wind {{ weather.wind }}

{{ weatherCity }}, {{ weatherProvince }}, {{ weatherCountry }}

{{ weatherError }}
03 / Dictionary

Define a Word

{{ definition.word }}

{{ definition.phonetic }}

{{ definition.definition }}

{{ dictError }}