8000 GitHub - sg6/online-ical-viewer: This node application provides a frontend for viewing multiple online calendars (ical files) in one web view
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This node application provides a frontend for viewing multiple online calendars (ical files) in one web view

Notifications You must be signed in to change notification settings

sg6/online-ical-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install:

  1. git clone https://github.com/sg6/online-ical-viewer.git
  2. npm install
  3. Fill the icals.json array with strings of your ical URLs in the following format:
  {
    "url" : "url-to-first.ical",
    "color" : "#F60"
  },
  {
    "url" : "url-to-second.ical",
    "color" : "#909"
  }
]
  1. Start the app: node index.js
  2. Watch in browser on http://localhost:4499 - change to your favourite port on the last lines of app.js
  3. Default password: user = john / pass = secret

About

This node application provides a frontend for viewing multiple online calendars (ical files) in one web view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0