All Projects → marvelapp → MarvelForKeynote

marvelapp / MarvelForKeynote

Licence: other
Sync your Keynote file to Marvel

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to MarvelForKeynote

CDDN-Change-DNS-Dynamically-with-your-Network
This script allows you to have the best configuration of your DNS when switching from one Wi-Fi to another.
Stars: ✭ 22 (+37.5%)
Mutual labels:  macosx
SandboxMirror
Tool for reverse-engineering Apple's sandbox
Stars: ✭ 49 (+206.25%)
Mutual labels:  macosx
Ambar-Xamarin
A macOS Menu Bar app built with Xamarin and C#
Stars: ✭ 63 (+293.75%)
Mutual labels:  macosx
cmus-control
Control cmus with Media Keys ⏪ ▶️ ⏩ under OS X.
Stars: ✭ 51 (+218.75%)
Mutual labels:  macosx
tracker
Track your activities!
Stars: ✭ 14 (-12.5%)
Mutual labels:  macosx
GLPT
GLPT :: OpenGL Pascal Toolkit. A multi-platform library for OpenGL and OpenGL ES
Stars: ✭ 26 (+62.5%)
Mutual labels:  macosx
ble
Bluetooth Low Energy for Linux / macOS
Stars: ✭ 264 (+1550%)
Mutual labels:  macosx
stinsen
Coordinators in SwiftUI. Simple, powerful and elegant.
Stars: ✭ 563 (+3418.75%)
Mutual labels:  macosx
di
[D]ownload and [I]nstall Mac apps
Stars: ✭ 52 (+225%)
Mutual labels:  macosx
iOS-AirPrint-for-Mac
enable iOS Airprint Sharing on Mac OS
Stars: ✭ 24 (+50%)
Mutual labels:  macosx
Patched-AppleHDA-for-Mac-OS-Sierra-10.12
Patched AppleHDA for Realtek ALC ,VIA VT, IDT , Cirrus Logic Audio Codecs for Hackintosh's
Stars: ✭ 38 (+137.5%)
Mutual labels:  macosx
PhotoMiner
Photo finder application for macOS
Stars: ✭ 102 (+537.5%)
Mutual labels:  macosx
WeChatWork-MacOS
企业微信小助手
Stars: ✭ 27 (+68.75%)
Mutual labels:  macosx
OutlineViewDiffableDataSource
Stop looking for NSOutlineViewDiffableDataSource, it’s here 👌
Stars: ✭ 96 (+500%)
Mutual labels:  macosx
picosdk-c-examples
A set of C/C++ examples for PicoScope® oscilloscope and PicoLog® data logger products.
Stars: ✭ 37 (+131.25%)
Mutual labels:  macosx
dumbmutate
Simple mutation-testing
Stars: ✭ 32 (+100%)
Mutual labels:  macosx
CIS-for-macOS-High-Sierra
No description or website provided.
Stars: ✭ 15 (-6.25%)
Mutual labels:  macosx
sloth-app
Sloth desktop app
Stars: ✭ 16 (+0%)
Mutual labels:  macosx
blade runner
Blade Runner is a Jamf Pro based Python application that automates and implements a framework to offboard, secure erase and document deprecated Mac systems.
Stars: ✭ 24 (+50%)
Mutual labels:  macosx
conky-for-macOS
macOS port of the Light-weight system monitor for X.
Stars: ✭ 139 (+768.75%)
Mutual labels:  macosx

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

  • Send your Keynote files to Marvel so people without Keynote can view your presentation.
  • Create quick wireframes in Keynote and finish them off as a prototype in Marvel

Built using the Marvel GraphQL API - get started here.

Questions? Hit us up on Twitter

🎒 Before building (dependencies)

  • Install Xcode
  • Install CocoaPods
  • Run pod install
  • Add a Secrets.swift file inside the Config folder and change the details

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

  • Run the MarvelForKeynote target in Xcode from the .workspace file.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].