https://github.com/codegoalie/themepark-proxy
Quick manip of themeparks.wiki API
https://github.com/codegoalie/themepark-proxy
Last synced: 11 months ago
JSON representation
Quick manip of themeparks.wiki API
- Host: GitHub
- URL: https://github.com/codegoalie/themepark-proxy
- Owner: codegoalie
- Created: 2022-06-14T10:45:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T10:45:16.000Z (over 3 years ago)
- Last Synced: 2025-02-14T05:43:48.601Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Themeparks.wiki proxy
This is a quick proxy for themeparks.wiki wait times API to turn the response
into a map instead of an array. This makes handling it in Home Assistant a
little easier.
## Deployment to RPi
1. Cross-compile to ARM: `env GOOS=linux GOARCH=arm GOARM=7 go build -o themepark-proxy`
1. `scp` the binary and Dockerfile to RPi: `scp themepark-proxy
user@server:~/themepark-proxy`
1. Restart docker compose on the server.