# Express Locator

![GitHub last commit](https://img.shields.io/github/last-commit/rabidpug/express-locator.svg)
[![Build Status](https://ci.jcuneo.com/job/express-locator/job/master/badge/icon)](https://ci.jcuneo.com/job/express-locator/job/master/)
[![Coverage Status](https://coveralls.io/repos/github/rabidpug/express-locator/badge.svg)](https://coveralls.io/github/rabidpug/express-locator)

[![GitHub package version](https://img.shields.io/github/package-json/v/rabidpug/express-locator.svg)](https://github.com/rabidpug/express-locator/blob/master/CHANGELOG.md)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/rabidpug/express-locator/blob/master/LICENSE)

[![npm](https://img.shields.io/npm/v/express-locator/latest.svg)](https://www.npmjs.com/package/express-locator)
[![npm downloads](https://img.shields.io/npm/dw/express-locator.svg)](https://www.npmjs.com/package/express-locator)

![GitHub repo size in bytes](https://img.shields.io/github/repo-size/badges/shields.svg)
[![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/express-locator.svg)](https://www.npmjs.com/package/express-locator)

- [Getting Started](#getting-started)
- [Usage](#usage)
- [Advanced Usage](#advanced-usage)
- [TODO](#todo)

**A service locator/Dependency injector for Node apps.**

```bash
npm install express-locator
```

OR

```bash
yarn add express-locator
```

## Getting Started

## Usage

## Advanced Usage

## Explanation

## TODO

- Populate README
- finish JSDocs for Locator
