Kieranwest / Thermal-Printer-API

A RESTful API for TTL Thermal Printers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thermal Printer API

Submit a PUT Request using the headers:

Content-Type: application/json
Authorization: printer

The body of the request needs to be in JSON form:

{ "text":"This is what you want the printer to print" }

Port 3000/TCP is used for Communication

About

A RESTful API for TTL Thermal Printers


Languages

Language:JavaScript 100.0%