/phishin-api

A free, CORS-enabled version of the Phish.in API

Primary LanguageJavaScript

🐠 Phishin API 🐡

A free, CORS-enabled version of the Phish.in API avaliable at http://phish.in/api-docs

Config

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;