# feathers-configuration

> A small configuration module for your Feathers application.

Latest version **0.4.2** (published 2017-10-15) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install feathers-configuration
pnpm add feathers-configuration
yarn add feathers-configuration
bun add feathers-configuration
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.4.2 |
| Published | 2017-10-15 |
| First published | 2015-11-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 27 |
| Author | Feathers contributors |
| Maintainers | daffl, ekryski, slajax |
| Keywords | feathers, feathers-plugin |

## Links

- npm: https://www.npmjs.com/package/feathers-configuration
- Repository: https://github.com/feathersjs/feathers-configuration
- Issues: https://github.com/feathersjs/feathers-configuration/issues
- npm.io page: https://npm.io/package/feathers-configuration

## Dependencies (2)

- [debug](https://npm.io/package/debug.md) ^3.0.1
- [config](https://npm.io/package/config.md) ^1.21.0

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 0.4.2 (latest) — 2017-10-15
- 0.4.1 — 2016-10-24
- 0.4.0 — 2016-10-22
- 0.3.3 — 2016-09-12
- 0.3.2 — 2016-09-12
- 0.3.1 — 2016-08-15
- 0.3.0 — 2016-05-22
- 0.2.3 — 2016-04-24
- 0.2.2 — 2016-03-27
- 0.2.1 — 2016-03-12
- 0.2.0 — 2016-03-09
- 0.1.1 — 2016-03-09
- 0.1.0 — 2015-11-14

## README

# @feathersjs/configuration


> __Important:__ The code for this module has been moved into the main Feathers repository at [feathersjs/feathers](https://github.com/feathersjs/feathers) ([package direct link](https://github.com/feathersjs/feathers/tree/master/packages/configuration)). Please open issues and pull requests there. No changes in your existing Feathers applications are necessary.

[![Build Status](https://travis-ci.org/feathersjs/configuration.png?branch=master)](https://travis-ci.org/feathersjs/configuration)

A small configuration module for your Feathers application.

## About

`@feathersjs/configuration` is a module that wraps [node-config](https://github.com/lorenwest/node-config) to configure your Feathers application.

> npm install @feathersjs/configuration

```js
const feathers = require('@feathersjs/feathers');
const configuration = require('@feathersjs/configuration');

// Use the application root and `config/` as the configuration folder
let app = feathers().configure(configuration())
```

See the [Feathers configuration docs](https://docs.feathersjs.com/api/configuration.html) for the full API usage.

## License

Copyright (c) 2018

Licensed under the [MIT license](LICENSE).

---
_Source: https://npm.io/package/feathers-configuration · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
