forked from ryanmwangi/CalMerger
add key terms to readme
This commit is contained in:
parent
c94867ded6
commit
0ac93d8eef
12
README.md
12
README.md
|
@ -26,6 +26,18 @@ Clone the repository
|
|||
Install the dependencies using npm install
|
||||
Start the server using npm start
|
||||
|
||||
**Key Terms**
|
||||
|
||||
Calendar Feed: This typically refers to a data format that allows users to subscribe to calendar events. It can be in formats like iCalendar (.ics) or other web-based formats.
|
||||
|
||||
Webcal: This is a URL scheme that allows users to subscribe to calendar feeds. It is often used in conjunction with iCalendar files and is recognized by many calendar applications.
|
||||
|
||||
CalDAV: This is an Internet standard that allows clients to access and manage calendar data on a remote server. It is often used for syncing calendars across different devices and platforms.
|
||||
|
||||
Prefix: In this context, a prefix might refer to a string that is added to the beginning of a calendar feed URL or identifier. It can help in organizing or categorizing different calendar feeds.
|
||||
|
||||
Merged Feed: This refers to a single calendar feed that combines multiple calendar sources into one. It allows users to view events from different calendars in a unified manner.
|
||||
|
||||
**Usage**
|
||||
|
||||
Open a web browser and navigate to http://localhost:3000
|
||||
|
|
Loading…
Reference in New Issue