zcorky / egg-fetch

node-fetch for egg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-fetch

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-fetch --save

Usage

// {app_root}/config/plugin.js
exports.fetch = {
  enable: true,
  package: 'egg-fetch',
};

Configuration

// {app_root}/config/config.default.js
exports.fetch = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

About

node-fetch for egg

License:MIT License


Languages

Language:JavaScript 100.0%