Instruction

The Narrow Casting SDK is a collection of ready-made, client-neutral examples to use as a starting point. You don't have to start from scratch: copy an example, adjust the settings and you have a working screen.

Where to find the SDK

The SDK is on GitHub: github.com/iReserveApps/narrow-casting.

  • Download: on GitHub click Code > Download ZIP and unpack it, or use git clone https://github.com/iReserveApps/narrow-casting.git.
  • Online demo: the examples can be viewed live (with demo data, in NL and EN) via the SDK's overview page.

What's inside?

  • index.html — overview page with all examples and an NL/EN switch.
  • shared/ — shared styling (ireserve.css), the API helper (ireserve.js), translations and the i-Reserve logo.
  • examples/ — four examples: day schedule, room signs, fullscreen slideshow and events grid.
  • docs/ — documentation (getting started, authentication & CORS).
  • demo/ — an optional mini server to test the real network/CORS path.

Try it right away

The examples work immediately with demo data, without an i-Reserve account: open index.html and click through. While the baseUrl setting is still on the placeholder YOURENVIRONMENT, the SDK automatically shows demo data.

Next: Getting started.