Skip to content

Commit

Permalink
renamed domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenratio committed Jun 8, 2019
1 parent 0adacb6 commit 932187e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "weather-scuks"
"default": "weather-sucks"
}
}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![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://doesweathersuck.com/
Demo: https://weather-sucks.web.app/

Proof of Concept app, to showcase:
- no transpilers needed to write modern javascript
Expand All @@ -12,11 +12,11 @@ Proof of Concept app, to showcase:
Even in such a small app, maintaining types in JSDoc is cumbersome.

City and Unit param in URL,
- https://doesweathersuck.com/?city=london
- https://doesweathersuck.com/?city=vancouver,CA
- https://doesweathersuck.com/?city=vancouver,US
- https://doesweathersuck.com/?city=london&unit=F
- https://doesweathersuck.com/?city=london&unit=C
- 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/
Expand Down

0 comments on commit 932187e

Please sign in to comment.