Skip to content

yrezgui/yakusoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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/

About

Realtime appointments system using Orchestrate and Pusher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published