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

https://github.com/thimc/go-htmx-polygon

a small web app that fetches daily stock data from polygon.io
https://github.com/thimc/go-htmx-polygon

go htmx polygon

Last synced: 2 months ago
JSON representation

a small web app that fetches daily stock data from polygon.io

Awesome Lists containing this project

README

          

# Go + HTMX = 🔥

This repository contains a simple web app that fetches stock data via [polygon.io](https://polygon.io).

![Screenshot. It aint much, but it's simple!](https://raw.githubusercontent.com/thimc/go-htmx-polygon/main/screenshot.png)

## Setting up the environment

- Rename the `env.example` file to `.env`
- Open up the newly renamed file and append your API key from polygon to the `API_KEY` field.
- Run `make run` in the root directory of this project.
- Open up your preferred web browser and navigate to `http://localhost:3000/`