Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goldenratio/weather-sucks
- Owner: goldenratio
- License: mit
- Created: 2018-12-21T17:57:34.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T08:00:37.000Z (over 1 year ago)
- Last Synced: 2024-07-31T07:18:17.121Z (3 months ago)
- Topics: htm, preact
- Language: JavaScript
- Homepage: https://weather-sucks.web.app
- Size: 29.7 MB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - weather-sucks - Weather App with Estonian Mood (JavaScript)
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 JSDocCity 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=CApp inspiration:
- http://ootsi.de/
- Google weather appRelated links:
- http://2ality.com/2017/05/es-module-specifiers.html
- https://jakearchibald.com/2017/es-modules-in-browsers/