zagahr / Conferences.digital

👨‍💻Watch the latest and greatest conference videos on your Mac
BSD 2-Clause "Simplified" License
761 stars 28 forks source link

Add recent conferences #18

Closed ghv closed 5 years ago

ghv commented 5 years ago

Seems the ConferencesCore.framework controls this. Is there a way to add these?

alekseypotapov-dev commented 5 years ago

Also

zagahr commented 5 years ago

Thanks for the links. I'm currently really busy and can't tell when I able to add them.

If someone wants to help out, please send me JSON in the format below!

{
    "Try Swift 2019": {
        "talks": [{
            "title": "The Philosopher's String",
            "source": "youtube",
            "videoId": "lMhGnTFA9CI",
            "details": "Swift’s String type aims to strike an optimal balance between correctness, performance, and ease ofuse. This talk will explore the philosophy behind String and how we as a community can drive ease ofuse evenfurther to make programming with String a true joy.",
            "speaker": {
                "name": "Michael Ilseman",
                "twitter": "https://twitter.com/Ilseman",
                "github": "",
                "bio": "Michael works at Apple on Swift’s Standard Library team."
            }
        }]
    },
    "CodeMobile 2019": {
        "talks": []
    }
}
jstart commented 5 years ago

@zagahr Working on it! https://gist.github.com/jstart/24b02b140708f00bf67bf38f51ad04eb