JosunLP / IceChecker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ice Checker (icechecker)

Menu

Deutsch

Beschreibung

Ein Software Tool für Sommer und Winter. Durch abfrage der Wetterdaten von OpenWeatherMap wird die aktuelle Temperatur abgefragt und entschieden, ob es warm genug für ein Eis im Sommer oder klar genug für einen Glühwein/Punsch im Winter ist.

Lizenz

MIT

Aufsetzen

yarn
# oder
npm install

Starten der Entwicklungsumgebung

npm run dev

# oder

quasar dev

Linten der Dateien

yarn lint

# oder

npm run lint

Formatieren der Dateien

yarn format

# oder

npm run format

Erstellen Sie die Anwendung für die Produktion

npm run build

# oder

quasar build

Ursprüngliche Anforderungen

Wenn die Temperatur über 30 Grad Celsius steigt, dann gibt es ein Eis für alle. Ich brauche also eine Webapp, die mir die aktuelle Temperatur anzeigt. Diese wird von einer API abgerufen. Dazu hätte ich gerne eine adäquate Benachrichtigung, wenn die Temperatur über 30 Grad steigt. Ich möchte die Benachrichtigung schließen können (hab ja jetzt ein Eis) und möchte nicht noch einmal am selben Tag erinnert werden (gibt nur einmal welches). Gerne darf dann auch die Anzeige der Temperatur anders ausschauen oder so. Details:

  • Völlig frei in der Wahl des Frameworks, von mir aus auch ohne.
  • Eine vom Betriebssystem unabhängige Lösung.
  • Völlig frei in der Wahl des Designs.
  • Temperatur von z. B. https://openweathermap.org/api abrufen.
  • Es gibt nur ein Eis am Tag, steigt die Temperatur zweimal auf über 30 Grad, gibt es nicht noch eins!
  • Die Art und Weise der Benachrichtigung ist frei zu wählen und es darf gerne geil integrierbar sein. Kür:
  • Gerne hätte ich eine kurze Erläuterung zu den von dir gewählten Detaillösungen dazu. Also warum hast du das so und so gemacht etc.
  • Einen Unit Test für die Kernfunktionen

English

Description

A software tool for summer and winter. By querying the weather data from OpenWeatherMap the current temperature is queried and decided, whether it is warm enough for an ice cream in summer or cold enough for a mulled wine/punch in winter.

License

MIT

Installation

yarn

# or

npm install

Start the development environment

npm run dev

# or

quasar dev

linking the files

yarn lint

# or

npm run lint

Format the files

yarn format

# or

npm run format

Build the application for production

npm run build

# or

quasar build

Original requirements

When the temperature goes above 30 degrees Celsius, then there is an ice cream for everyone. So I need a webapp that shows me the current temperature. This is retrieved from an API. For this I would like to have an adequate notification when the temperature rises above 30 degrees. I would like to be able to close the notification (have an ice cream now) and not be reminded again on the same day (there is only once which). Gladly then also the display of the temperature may look different or so. Details:

  • Completely free in the choice of the framework, from me also without.
  • A solution independent of the operating system.
  • Completely free in the choice of the design.
  • Get temperature from e.g. https://openweathermap.org/api.
  • There is only one ice cream a day, if the temperature rises above 30 degrees twice, there is not another one!
  • The way of notification is to be chosen freely and it may be gladly geil integrable. Freestyle:
  • I would like to have a brief explanation of the detail solutions you have chosen for this. So why did you do it this way and that way etc.?
  • A unit test for the core functions

About


Languages

Language:TypeScript 38.5%Language:Vue 27.8%Language:JavaScript 24.5%Language:Sass 6.8%Language:HTML 2.4%