Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 608 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 608 Bytes

Server-Side API examples for Uxtly

In Uxtly, Groups and Buttons can make HTTP requests. This repository has the server-side code for the examples of the documentation page.

Documentation and Examples

https://docs.uxtly.com/javascript#-examples-with-http-requests

Install

npm install

Uses Node + Express.

Run

node examples.js

It runs on http://localhost:7000

Disclaimer

The examples are for illustration purposes only, security and error handling are omitted. They’re minimal, so you can quickly see what’s particular to a Uxtly integration.