https://github.com/v00d00-child/http-client
HTTP client that request and normalizes user log entries from an API, then creates a client-side visualization of the data.
https://github.com/v00d00-child/http-client
golang http-client json
Last synced: about 2 months ago
JSON representation
HTTP client that request and normalizes user log entries from an API, then creates a client-side visualization of the data.
- Host: GitHub
- URL: https://github.com/v00d00-child/http-client
- Owner: V00D00-child
- Created: 2018-12-08T23:10:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T23:21:42.000Z (over 7 years ago)
- Last Synced: 2025-07-21T22:22:48.774Z (12 months ago)
- Topics: golang, http-client, json
- Language: Go
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP-Client
What this app does:
- HTTP client that request and normalizes user log entries from an API, then creates a client-side visualization of the data.
- Saves the requested data to a JSON file on the disk.
- Obtains a new token via the /auth endpoint, each time the program runs.
## Built With
* [Go](https://golang.org/) -Backend
* [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) - Frontend
## Authors
* **Idris Bowman**