Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ShockwaveNN/pocket-sinatra-interface

Sinatra-based web interface for pocket api
https://github.com/ShockwaveNN/pocket-sinatra-interface

Last synced: 12 days ago
JSON representation

Sinatra-based web interface for pocket api

Awesome Lists containing this project

README

        

# pocket-sinatra-interface

Sinatra-based web interface for pocket api
Based on demo-server from [pocket-ruby](https://github.com/turadg/pocket-ruby)

## How to init

```bash
docker build -t pocket-sinatra-interface .
docker run -d -p 8080:80 --name pocket-sinatra-interface --restart=always pocket-sinatra-interface
```