Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goldenratio/weather-sucks

Weather App with Estonian Mood
https://github.com/goldenratio/weather-sucks

htm preact

Last synced: 12 days ago
JSON representation

Weather App with Estonian Mood

Awesome Lists containing this project

README

        

# Weather Sucks
[![Build Status](https://travis-ci.org/goldenratio/weather-sucks.svg?branch=master)](https://travis-ci.org/goldenratio/weather-sucks)

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:
- http://2ality.com/2017/05/es-module-specifiers.html
- https://jakearchibald.com/2017/es-modules-in-browsers/