package
0.0.0-20241030073138-9b4a7b01f56d
Repository: https://github.com/rstropek/golang-samples.git
Documentation: pkg.go.dev

# README

GAB Session Downloader

This sample downloads data about sessions (Markdown format) from Global Azure Bootcamp Austria 2019 website (GitHub) and stores it in JSON files. Based on that, it offers some basic RESTful web APIs to query the session data.

You can use this sample as a sample API for e.g. Angular apps. Additionally, it demonstrates the following aspects of Go:

  • Perform HTTP requests
  • Read YAML (front matter in markdown files)
  • Turn markdown into HTML
  • Implement a simple web API

# Packages

No description provided by the author