A free, CORS-enabled version of the Phish.in API avaliable at http://phish.in/api-docs
Setup your own config
file in the root that looks like this:
var config = {
api_url: 'http://phish.in/api/v1',
api_token: '<YOUR_TOKEN>'
};
module.exports = config;