This doth be a machine-wrought text which may contain errors!
Concerning the Task
Thou shalt craft a service which doth fetch weather information from the internet and present it in a manner most useful. The task is
wittingly open – thou dost choose thyself technology, platform, and approach.
Eksempler på teknologier
- 🌐 A web-page wrought with HTML/CSS/JS
- 🖥️ A command-line tool (e.g., within the Python console)
- 🤖 A Discord chatbot, good sir
- 🪟 A tkinter dashboard
🌤️ The Principal Task 
Part 1 – Fetching Weather Data
Thy service shall procure weather data for a place designated. Find thou out for thyself which source thou wilt employ, and how thou shalt fetch structured data therefrom programmatically.
Søketips
Prithee, seek ye for terms such as “weather API”, “free weather data”, or services wrought for this very purpose.
Part 2 – Display the Data
When thou hast fetched the data, thou shalt present it in a seemly and user-friendly manner.
- Consider what the user doth in truth need to know
- The display shall be neat – be it a dashboard, a table, a view in the terminal, or some other thing
CLI-tips
Dost thou craft a command-line tool? Prithee, inspect the library rich – ‘tis a simple means to fashion fair tables, hues, and layout directly within the terminal.
⭐ Part the First – Wise Counsel 
Augment thy service to answer queries founded upon the weather’s data.
Examples of questions thy service may resolve:
- Hath I need of an umbrella?
- Shall I don a jacket, pray tell?
- Should I equip my carriage with winter tires?
- Doth my skin require the sun’s balm?
- Is the ground treacherous with ice?
These answers shall be grounded in the very values of the weather’s data – not merely static texts.
Tip
Consider ye which virtues (temperature, precipitation, wind’s force, and such) be meet for each query. How thou dost present the answers is at thy pleasure – ‘tis perchance a text field wherein thou dost inscribe the question, fixed icons or indicators within thy dashboard, or a proper command within the CLI (chatbot).
⭐ Part the Second – Automatic Location Detection 
Should the user not declare a place, the service shall by its own wit discern where it doth run and employ that place.
- Discover how one may determine position without the user’s input.
- This should serve as a “fallback” – the place may yet be overridden by hand.
Husk
Verily, there doth exist no certain answer as to how this should appear. Attend rather to the fact that the service doth truly function and is of use to employ.