Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ember-redux/ember-cli-normalizr-shim

Ember shim for normalizr
https://github.com/ember-redux/ember-cli-normalizr-shim

Last synced: about 2 months ago
JSON representation

Ember shim for normalizr

Awesome Lists containing this project

README

        

NOTE: With the release of normalizr v3.3.0 it's recommended that you avoid this shim and use app.import instead

```js
app.import('node_modules/normalizr/dist/normalizr.amd.js', {
using: [{transformation: 'amd', as: 'normalizr'}]
});
```

# ember-cli-normalizr-shim

[![Travis][ci-img]][ci-url] [![NPM][npm-img]][npm-url] ![Ember][ember-img]

## Installation

```bash
ember install ember-cli-normalizr-shim
```

## Usage

```js
import { normalize, schema } from 'normalizr';
```

To learn more about `normalizr` and how to use it visit the [normalizr](https://github.com/paularmstrong/normalizr) Github page.

[ci-img]: https://img.shields.io/travis/ember-redux/ember-cli-normalizr-shim.svg "Travis CI Build Status"
[ci-url]: https://travis-ci.org/ember-redux/ember-cli-normalizr-shim
[ember-img]: https://img.shields.io/badge/ember-1.13.13+-green.svg "Ember 1.13.13+"
[npm-img]: https://img.shields.io/npm/v/ember-cli-normalizr-shim.svg "NPM Version"
[npm-url]: https://www.npmjs.com/package/ember-cli-normalizr-shim