iriverman / eidolon

The Artsy Auction Kiosk App

Home Page:http://artsy.github.io/blog/2014/11/13/eidolon-retrospective/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eidolon

Build Status

The Artsy Auction Kiosk App.

Project Status

Featured [in Vogue](http://www.vogue.com/slideshow/13261562/choice-works-auction-at-sothebys-acria-unframed-party/#5)

Downloading the Code

(Note: if you're an Artsy employee, you'll need to follow these directions instead.)

You'll need a few things before we get started. Make sure you have Xcode installed from the App Store or wherever. Then run the following two commands to install Xcode's command line tools and bundler, if you don't have that yet.

[sudo] gem install bundler
xcode-select --install

The following commands will set up Eidolon with the expectation that you don't have API access and will use blanks for API keys.

git clone https://github.com/artsy/eidolon.git
cd eidolon
bundle install
bundle exec fastlane oss

Alrighty! We're ready to go!

Getting Started

Now that we have the code downloaded, we can run the app using Xcode 7. Make sure to open the Kiosk.xcworkspace workspace, and not the Kiosk.xcodeproj project. Currently, the project is compatible with Xcode 7 only, as it's Swift 2.

Artsy has licensed fonts for use in this app, but due to the terms of that license, they are not available for open source distribution. This has required us to use private pods. The Podfile deals with the differences transparently.

The Artsy API is private, making it difficult for open source developers to run the app. If you don't have access to the private Artsy fonts pod, then Eidolon infers that it should use stubbed data instead of hitting the live API.

Questions

If you have questions about any aspect of this project, please feel free to open an issue. We'd love to hear from you!

Contributing

This project is being developed by Artsy primarily for its use as Artsy's auction kiosk app, and we are not expecting to have significant community contributions back to it. We are developing this project in the open because it is not part of our core IP, and open source is part of our job. However, if you notice something that is wrong or could be improved, don't hesitate to send us a pull request.

About

The Artsy Auction Kiosk App

http://artsy.github.io/blog/2014/11/13/eidolon-retrospective/

License:MIT License


Languages

Language:Swift 96.7%Language:Ruby 2.8%Language:Objective-C 0.5%