https://github.com/mikejoh/stryktipset
Yet another Stryktipset library, this time written in Go!
https://github.com/mikejoh/stryktipset
api-gateway aws-lambda go golang serverless stryktipset svenskaspel terraform
Last synced: about 1 year ago
JSON representation
Yet another Stryktipset library, this time written in Go!
- Host: GitHub
- URL: https://github.com/mikejoh/stryktipset
- Owner: mikejoh
- License: mit
- Created: 2018-11-01T20:03:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T20:24:34.000Z (over 7 years ago)
- Last Synced: 2025-03-13T04:02:25.543Z (about 1 year ago)
- Topics: api-gateway, aws-lambda, go, golang, serverless, stryktipset, svenskaspel, terraform
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/mikejoh/stryktipset)
# Stryktipset
Stryktipset is one of the brands of the Swedish state-owned company Svenska Spel that operates in the regulated gambling market. It's a betting service where you can play on
various football matches every Saturday.
This repository contains functions and other things related to Stryktipset, like randomizing some bets for you. I created this repository to have a project where i could test and learn Go-lang.
At the moment this repository consists of:
* The `stryktipset` package that exports a number of functions that can be used when playing Stryktipset
* Example on how to run a REST API that serves the `stryktipset` package
* Example on how to run a REST API serverless via AWS Lambda and AWS API Gateway
* The command line tool called `st` that uses the `stryktipset` package