This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf80ac3
commit c628b0d
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,9 @@ Here is an example file... | |
**TYPES** currently supports `youtube`, `twitter`, `discord`. | ||
**TIMEZONES** make sure you add the timezone to the `start` and `end` fields., then the browser will adjust the time to the timezone of the event. | ||
|
||
```json | ||
```ts | ||
{ | ||
"type": "youtube", | ||
"type": "youtube", // youtube, twitter, discord | ||
"author": { | ||
"name": "Eddie Jaoude", | ||
"url": "http://github.com/eddiejaoude" | ||
|
@@ -31,6 +31,8 @@ Here is an example file... | |
|
||
## QuickStart | ||
|
||
You can use the **Gitpod** badge or to do it manually... | ||
|
||
1. Fork this repo | ||
2. Clone your fork | ||
3. Add the original repo as an upstream to your fork with `git remote add origin [email protected]:EddieHubCommunity/EventCalendar.git` | ||
|