Domainr for Mac is a simple menubar application that lets you search Domainr from the convenience of your desktop.
There's a global keyboard shortcut (Cmd+Shift+D
) and clicking a search result opens up the information page on Domainr regarding the domain you selected.
-
Clone this repository.
-
gem install cocoapods
if you don't already have Cocoapods installed. -
cd
into the project directory and runpod install
. -
Open the
Domainr.xcworkspace
file and start hacking!
This project uses some fantastic open-source work, specifically:
- SVHTTPRequest for talking to our API over HTTP.
- INPopoverController for the all-white Popover.
- AXStatusItemPopup as a starting point for a menubar app with an NSPopover attached to it.
Big thanks to those folks for putting it on github and making our lives easier.