Categorygithub.com/openhdx/web-api
modulepackage
0.0.0-20160423165848-50927418dacd
Repository: https://github.com/openhdx/web-api.git
Documentation: pkg.go.dev

# README

HDX Web API server Build Status

This is the HDX Web API server in Go.

Quick Start Install

Make sure you have installed latest Go version.

  1. Download the latest release of HDX Web API server
  2. Unzip in the location you want to install
  3. Open config.go and edit all data
  4. Fire up a terminal and navigate into the location
  5. go build
  6. Execute web-api
  7. http://localhost:9090/ :tada:

Staying Up to Date

New releases are announced on the dev blog.

# Constants

Strings to be trimmed.
HTTP port that is going to run the server.
No description provided by the author
MySQL DSN (username:password@address/database?params).

# Structs

HDX multiplexer.