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
- Host: GitHub
- URL: https://github.com/thimc/go-htmx-polygon
- Owner: thimc
- License: mit
- Created: 2023-08-08T10:03:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T10:04:23.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T09:16:14.905Z (over 1 year ago)
- Topics: go, htmx, polygon
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

## 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/`