Our Earth needs yet another Weather App. Demo: https://weather-sucks.web.app/
Proof of Concept app, to showcase:
- no transpilers needed to write modern javascript
- Making use of script type
module
- Use TypeScript compiler to type check
.js
via JSDoc
City and Unit param in URL,
- https://weather-sucks.web.app/?city=london
- https://weather-sucks.web.app/?city=vancouver,CA
- https://weather-sucks.web.app/?city=vancouver,US
- https://weather-sucks.web.app/?city=london&unit=F
- https://weather-sucks.web.app/?city=london&unit=C
App inspiration:
- http://ootsi.de/
- Google weather app
Related links: