
APIs
Get flash to fully experience Pearltrees
Full-stack payments You don't need a merchant account or gateway. Stripe handles everything, including storing cards, subscriptions, and direct payouts to your bank account. curl https://api.stripe.com/v1/charges \ -u vtUQeOtUnYr7PGCLQ96Ul4zqpDUO4sOE: \ -d amount=400 \ -d currency=usd \ -d "description=Charge for site@stripe.com" \ -d "card[number]=4242424242424242" \ -d "card[exp_month]=12" \ -d "card[exp_year]=2012" \ -d "card[cvc]=123" 2.9% + 30 cents per successful charge. No setup fees, no monthly fees, no card storage fees, no hidden costs: you only get charged when you earn money.
Stripe
Age Meter is a new app, launched by the same developer who previously created Gender Meter and Facelook . Boasting the shortest time from API feature release to app launch, Age Meter enables you to take a photo or load an existing one and figure out the age of the person in it. Face Fun is an iPhone app, using the face.com API and allows you to swap your friend's faces with your iPhone. They're using our faces.detect method to locate faces in the taken photo and exchange them for weirdly fun results.
face.com
open data
One of the development tasks I do most often is designing the API for a reusable component. The components are usually for iOS (though sometimes they’re for OS X), and are invariably GUI controls or views of some kind. I’ve designed literally dozens of component APIs over the years, including for clients like Apple, and I’ve learned quite a bit about the process.

