Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and Fix a few of the issues #7

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Feb 6, 2019

  1. updated reqwest to 0.9

    simeonschaub committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    6e16453 View commit details
    Browse the repository at this point in the history
  2. updated url to 1.7

    simeonschaub committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    4cc390f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    364489d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb769a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    841f95d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Update deps

    caemor committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    056307e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9767bcc View commit details
    Browse the repository at this point in the history
  3. fmt

    caemor committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    be272b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. - Make message from Sys optional (isn't always sent)

    - Split up files
    - Add Parameters (unfinished) for lang and units (metric,...)
    - Switch to edition 2018
    - add Settings/Parameters to each function
    caemor committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    49fd227 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. update example

    caemor committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    90e3f64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b14412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcedd84 View commit details
    Browse the repository at this point in the history
  4. Fix a few weather types

    - add cnt to weather report5day
    - fix timeslicehourly with optional rain and snow
    - add snow
    - fix cityshort with newly needed/included parameters (population, timezone, sunrise, sunset)
    caemor committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    9cf1772 View commit details
    Browse the repository at this point in the history
  5. -version change & cargo fmt

    caemor committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4a39eae View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Make Unit & Language public

    caemor committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    183c1c2 View commit details
    Browse the repository at this point in the history
  2. Only borrow LocationSpecifier

    caemor committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    4e8e062 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. - add default and partialeq to all weather_types

    - make Wind:deg optional
    - add WeatherReportCurrent::timezone
    caemor committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    3b69cfa View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Add 'rain' and 'snow' to struct WeatherReportCurrent

    Rain and Snow structs were already defined but were not yet included in
    the WeatherReportCurrent struct, although they do occur in the JSON
    response from OpenWeatherMaps.
    nguiard committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    93ba4ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from nguiard/master

    Add 'rain' and 'snow' to struct WeatherReportCurrent
    caemor authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    3d96590 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Update api for failures

    caemor committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    037ccde View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    06a6665 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    66dbd57 View commit details
    Browse the repository at this point in the history
  2. Improved Errortype

    caemor committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    9f1d849 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Improved Error message

    caemor committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    4fea978 View commit details
    Browse the repository at this point in the history