This is an example of Room Service with ZEIT's Nextjs. Requires Node 8 or above.
Get an API Key from Room Service. It should look something like this:
sk_live_x1opQvBO2ezjUQeywg9LL # this is a fake keyClone the repo and install the dependencies:
git clone https://github.com/getroomservice/example-next.git roomservice-sandbox
npm install
Then, with your API key, run npm run dev:
# This is not your secret key
ROOM_SERVICE_SECRET=sk_live_x1opQvBO2ezjUQeywg9LL npm run devThen, open your site in your browser at http://localhost:3000.