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

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!

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/mikejoh/stryktipset.svg?style=svg)](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