An open API service indexing awesome lists of open source software.

https://github.com/sger/go-skroutz

Skroutz v3.1 client for Go.
https://github.com/sger/go-skroutz

Last synced: about 1 month ago
JSON representation

Skroutz v3.1 client for Go.

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/sger/go-skroutz?status.svg)](https://godoc.org/github.com/sger/go-skroutz)
# Skroutz

Go package for [Skroutz v3.1 API](https://developer.skroutz.gr).

## Installation

Via `go-get`:

```sh
$ go get github.com/sger/go-skroutz
```

## Documentation

```sh
$ godoc .
$ godoc -http=:6060
```

## Usage
[https://github.com/sger/go-skroutz/tree/master/_examples](https://github.com/sger/go-skroutz/tree/master/_examples)

## Testing

```
$ export SKROUTZ_ACCESS_TOKEN=YOUR_ACCESS_TOKEN
$ go test -v
```

Author
-----

__Spiros Gerokostas__

- [![](https://img.shields.io/badge/twitter-sger-brightgreen.svg)](https://twitter.com/sger)
- :email: spiros.gerokostas@gmail.com

License
-----

Go Skroutz is available under the MIT license. See the LICENSE file for more info.