rewe

package module
v0.0.0-...-5e67a3f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2023 License: MIT Imports: 4 Imported by: 0

README

rewecli

Yes, about that supermarket chain

  • Some stuff for interfacing with the Rewe websize:
  • a way to generate list of supermarkets here

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OpeningInfo

type OpeningInfo struct {
	Open  *TimeUntil `json:"isOpen"`
	Close *TimeUntil `json:"isClose"`
}

type Rewe

type Rewe struct {
	WWIdent        int64  `json:"wwIdent,string"`
	ReweDortmund   bool   `json:"isReweDortmund"`
	CompanyName    string `json:"companyName"`
	MarketHeadline string `json:"marketHeadline"`

	ContactStreet  string `json:"contactStreet"`
	ContactZIPCode string `json:"contactZipCode"`
	ContactCity    string `json:"contactCity"`

	OpeningInfo OpeningInfo `json:"openingInfo"`
}
func Search(q string) (r []Rewe, err error)

type TimeUntil

type TimeUntil struct {
	Until string `json:"until"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL