Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otsaloma/bort-proxy
A caching proxy server for the Bort.io bookmark app
https://github.com/otsaloma/bort-proxy
bort flask icons proxy python
Last synced: about 1 month ago
JSON representation
A caching proxy server for the Bort.io bookmark app
- Host: GitHub
- URL: https://github.com/otsaloma/bort-proxy
- Owner: otsaloma
- License: mit
- Created: 2016-10-02T01:16:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T19:06:54.000Z (8 months ago)
- Last Synced: 2024-10-14T00:08:53.482Z (3 months ago)
- Topics: bort, flask, icons, proxy, python
- Language: Python
- Homepage: https://bort.io/
- Size: 204 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS.md
Awesome Lists containing this project
README
Bort Proxy
==========A caching proxy server for [Bort.io](https://bort.io/). Current proxied
data includes website icons and search suggestions.To try Bort Proxy locally, install the dependencies in a virtual
environment. Start the server.```bash
make run
```Then browse to e.g. .
Check `app.py` for all API paths and parameters.Bort Proxy is free software released under the MIT license, see the file
[`COPYING`](COPYING) for details.