https://github.com/pleabargain/lowdefy-test-ground
playing with lowdefy a YAML based web UI builder
https://github.com/pleabargain/lowdefy-test-ground
connectivity yaml
Last synced: over 1 year ago
JSON representation
playing with lowdefy a YAML based web UI builder
- Host: GitHub
- URL: https://github.com/pleabargain/lowdefy-test-ground
- Owner: pleabargain
- Created: 2022-07-19T04:54:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T09:48:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-07T22:33:41.757Z (over 1 year ago)
- Topics: connectivity, yaml
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lowdefy-test-ground
## URL
https://github.com/pleabargain/lowdefy-test-ground
# description
This is my playground as I learn how to connect lowdefy YAML to APIs,databases, and etc.
# added a chart
## next step
Get the chart to display real time temp data from X country.
## Axios nunchuck connection error: FIXED
Check out the correct config in the nunchuck.yaml file to connect to the Github repo list.
Next step will be to play with pagination options.
Jon helped get nunchuck to play nice. Thanks Jon!
## NEW error on connecting books.yaml to glitch.me
I didn't update the lowdefy.yaml file with the necessary details! My bad! Here's the working github code.
```
# github connection
- id: githubapi
type: AxiosHttp
properties:
baseURL: https://api.github.com
```
Tried to reproduce the same Axios connection params but with a different API. No joy. My connection to the books API is NOT working. See the top of the books.yaml file for all of the errors I've thrown.

## thanks
Big thanks to Jon for his patience and help! He wrote up the code for the github connection in the nunchuck file.
## thanks again
The devs are very helpful and you can find them on discord.
https://discord.gg/NekjCEyC
## errata
All errors are mine.