Code Monkey home page Code Monkey logo

dev-community-data's Introduction

Community Data

Build Status

The goal is simple: collect all data, current and historical for anyone to use in order to make a stronger developer community.

Feel free to add your own record, fix erroneous data and add additional fields.

User Groups

The file /data/user-groups.json lists all user groups. Leave "last_meetup" blank if still active.

{
    "name": "Full user group name",
    "tags": ["php", "js"],
    "first_meetup": "yyyy-mm-dd",
    "last_meetup": "yyyy-mm-dd", 
    "locations": [
        {
            "name": "City, State (if applies), Country",
            "first_meetup": "yyyy-mm-dd",
            "last_meetup": "yyyy-mm-dd",
        }
    ],
    "website": "http://example.com",
    "twitter": "@twitter_handle",
    "calendar_feed": "http://example.com/feed.rss"
}

Conferences

The file /data/conferences.json lists all user conferences. Leave "last_event" blank if still active.

[
    {
        "key": "example",
        "name": "Full conference name",
        "tags": ["ruby"],
        "first_event": "yyyy-mm-dd",
        "last_event": "",
        "events": [
            {
                "name": "Name of specific edition",
                "location": {
                    "name": "City, State (if applies), Country"
                },
                "event_start": "yyyy-mm-dd",
                "event_end": "yyyy-mm-dd",
                "cfp_start": "yyyy-mm-dd",
                "cfp_end": "yyyy-mm-dd",
                "session_feed": "https://example.com/2016/sessions.json",
                "speaker_feed": "https://example.com/2016/speakers.json",
                "organizers": [
                    {
                        "name": "Organizer Name",
                        "twitter": "@twitter_handle"
                    }
                ]
            }
        ],
        "website": "https://example.com",
        "twitter": "@twitter_handle"
    }
]

dev-community-data's People

Contributors

adamculp avatar afilina avatar andrewcarteruk avatar asgrim avatar elstamey avatar gsomoza avatar jakzal avatar michaelcullum avatar richsage avatar tdutrion avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.