A centralized repository of IoT community events including conferences, hackathons, workshops, and webinars.
iotCommunity.space/events/
├── data/
│ └── events.json
└── README.md
{
"title": "Event Title",
"date": "YYYY-MM-DD",
"location": "City, Country/Virtual",
"category": "Conference/Hackathon/Workshop",
"description": "Brief event description",
"link": "Event URL"
}- Conferences
- Hackathons
- Workshops
- Webinars
- Meetups
- Fork the repository
- Add event to
events.json - Ensure all required fields are completed
- Maintain chronological order
- Submit pull request
- Provide accurate dates and locations
- Include valid event URLs
- Write clear, concise descriptions
- Categorize events appropriately
- JSON structure validation
- Date format verification
- URL accessibility check
- Required fields validation
- Open an issue for questions
- Join community discussions
- Check existing event submissions
See LICENSE file for terms of use