buku/bukuserver/README.md

13 lines
539 B
Markdown
Raw Normal View History

#### Webserver options
Your bookmark on buku can be accesed through browser. To run the server on host 0.0.0.1 on port 5001, run following command:
$ bukuserver run --host 0.0.0.1 --port 5001
See more option on `bukuserver run --help` and `bukuserver --help`
2017-04-18 23:09:31 -05:00
#### CAUTION
This snapshot of web APIs is indicative. The program APIs are bound to change and if you need these, you may have to adapt the APIs to the current signature/return type etc. We are NOT actively updating these whenever an API changes in the main program.