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.
- Host: GitHub
- URL: https://github.com/sger/go-skroutz
- Owner: sger
- License: mit
- Created: 2017-01-28T17:24:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T10:28:50.000Z (over 9 years ago)
- Last Synced: 2025-02-24T02:52:19.575Z (over 1 year ago)
- Language: Go
- Homepage: https://godoc.org/github.com/sger/go-skroutz
- Size: 3.45 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](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://twitter.com/sger)
- :email: spiros.gerokostas@gmail.com
License
-----
Go Skroutz is available under the MIT license. See the LICENSE file for more info.