24 lines
590 B
Markdown
24 lines
590 B
Markdown
# trans new tab page
|
|
|
|
https://diyhrt.market/api/
|
|
|
|
## development
|
|
|
|
1. Install [air](https://github.com/air-verse/air)
|
|
2. Run air
|
|
|
|
```sh
|
|
air
|
|
```
|
|
|
|
## TODO
|
|
|
|
- implement regular fetching
|
|
- implement starting it on a certain port depending on command line arg
|
|
- implement config file
|
|
- implement ctl
|
|
- implement fetching in intervals
|
|
- actually building and figuring out how I should do that
|
|
- writing documentation
|
|
- implement autocomplete with a nice go backend and fast communication. Since it all runs locally nobody should have privacy concerns NEEDS TO BE ABLE TO TOGGLED OFF FOR DEMO PAGE
|