EddieHubCommunity / EventCalendar

Community events from TwitterSpaces to Live streams to Conferences

Home Page:http://eventcalendar.eddiehub.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open in Gitpod

Community event calendar

The goal of this project is to list all our awesome community virtual events like TwitterSpaces, Live Streams all in one place so we do not miss any events and also do not have clashes!

screenshot

Adding your event

To add your virtual event to the calendar, please create a json file in the public/data directory.

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.

{
  "type": "youtube", // youtube, twitter, discord
  "author": {
    "name": "Eddie Jaoude",
    "url": "http://github.com/eddiejaoude"
  },
  "url": "http://twitter.com/eddiejaoude",
  "title": "Awesome LIVE stream on stuff",
  "start": "2021-11-20T15:00:00+00:00",
  "end": "2021-11-20T16:00:00+00:00",
  "description": "We will use ReactJS to build a community calendar for all our virtual geek out sessions"
}

QuickStart

You can use the Gitpod badge or to do it manually...

  1. Fork this repository

  2. Clone your fork

git clone https://github.com/<your-github-username>/EventCalendar
  1. Add the original repo as an upstream to your fork with
git remote add upstream https://github.com/EddieHubCommunity/EventCalendar.git
  1. Run npm ci to install dependencies

  2. Run npm run generate to generate the calendar list data (do not change this file, it will be ignored by git)

  3. Run npm start to start the server

  4. Visit http://localhost:3000

👨‍💻 Contributing

  • Contributions are what makes the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are greatly appreciated.
  • Check out our contribution guidelines for more information.

🛡️ License

This project is licensed under the MIT License - see the LICENSE file for details.

💪 Thanks to the all Contributors

Thanks a lot for spending your time helping EventCalendar grow. Thanks a lot! Keep rocking 🍻

Contributors

About

Community events from TwitterSpaces to Live streams to Conferences

http://eventcalendar.eddiehub.org

License:MIT License


Languages

Language:JavaScript 72.1%Language:HTML 11.5%Language:CSS 9.1%Language:Dockerfile 7.3%