marvelapp / MarvelForKeynote

Sync your Keynote file to Marvel
https://keynote.marvelapp.com
17 stars 0 forks source link
keynote macos macosx swift swift4 xcode

Marvel for Keynote

Marvel for Keynote is an open-source Mac app to send your Keynote files to Marvel - a design collaboration platform that brings ideas to life.

Download it here

Why it's so amazing

Built using the Marvel GraphQL API - get started here.

Questions? Hit us up on Twitter

🎒 Before building (dependencies)

Example:

class Secrets {

    class Marvel {

        static let baseURL = "https://marvelapp.com"
        static let clientId = ""
        static let clientSecret = ""
        static let scopes = "user:read projects:read projects:write company:read company.projects:read"
        static let redirectURI = "m4k://redirect"

    }

}

🚧 Building