Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
/ ZeroSeg_API Public archive

REST API for ZeroSeg Improved library. This API can be hosted on your Raspberry Pi device for remote displaying information on LCD display purpose.

License

Notifications You must be signed in to change notification settings

wzykubek/ZeroSeg_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroSeg API

REST API for ZeroSeg Improved library. This API can be hosted on your Raspberry Pi device for remote displaying information on LCD display purpose.

Running

You probably don't need run it with extra options like HTTPS when you use it in your home network. Of course if you want to deploy this API to be accesible outside your home you always should enable TLS for example with NGINX reverse proxy + uWSGI or Gunicorn.

In this example you can see simplest way to run production server.

  • Install packages from PyPI.
$ pip3 install --user ZeroSeg_API gunicorn
  • Start server with Gunicorn CLI.
$ gunicorn ZeroSeg_API:app --log-file - --bind <LOCAL_IP>

About

REST API for ZeroSeg Improved library. This API can be hosted on your Raspberry Pi device for remote displaying information on LCD display purpose.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages