prototype for a prototype
Palaver is a boilerplate for simulating a Concierge conversation with an iOS user. Runs on firebase and modern web browsers.
- Get a Firebase account
- then log-in and visit this link and scroll to find your firebase db ref (looks like
https://[some hash here].firebaseio-demo.com/
) - Cut and paste your db ref into
admin.js
andapp.js
- run the app
- I recommend node-based
http-server
if you're running locally, install with `npm install -g http-server' - Access the app via a modern iOS device (Safari), and the admin panel at
/admin.html
on a laptop
- For admins: visit admin.html for "admin
- For testers: visit index.html
The life of a fake concierge is tough, so you can add your own pre-written copy to the admin panel. Submit and edit with ease!