Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 897 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 897 Bytes

#Yakusoku

##What's that ?

Yakusoku is a simple open source project to show how simple it is to have a realtime appointments system. It uses different components :

  • Orchestrate for storing the data
  • Pusher for sending in realtime the new appointments across all the browsers
  • CLNDR.js for generating the calendar (I copy the UI of their website too)

##How to get started

  • Clone the repository http://github.com/yrezgui/yakusoku
  • Execute this command from the cloned repository folder: npm install
  • Create an account Orchestrate
  • Create an account Pusher
  • Set these environment variables:
    • PUSHER_APPID
    • PUSHER_KEY
    • PUSHER_SECRET
    • ORCHESTRATE_TOKEN
    • PORT (port of the NodeJS server)
  • And finally: node web.js

##Demo

Have a look there : http://yakusoku.herokuapp.com/