Skip to content

UCMAndesLab/Building-Dash

Repository files navigation

Buidling Dash

This is a project that can execute for a local host.

To begin the program, type go run webpage.go

Then, go to your browser and search: locahlhost:8080/
You will then be directed to the home page and you select search,
which will redirect you to the query page.

Usage

func createPage

```go func createPage(title string) (*Page, error){} ```

The title is the based on the query that an individual has made. Depending on the query, if the uuid's are valid the gosMAP.Data slices are retrieved via the Get function from the gosMAP documentation. When the values are retrieved, they'll be placed within a page struct.

type Page

```go type Page struct{ Title string ReadData []gosMAP.Data } ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors