Installation

Json api normalize is packaged as UMD library so you can use it both on client and server (CommonJS and AMD environment) or with browser globals.


            // install via npm
            npm install {{ npmRepositoryName }} --save

            // if you use bundler
            var normalize = require('{{ npmRepositoryName }}');

            // or just using browser globals
            var normalize = window.jsonApiNormalize;
        

For browser usage browse dist folder - if working with build tools go with src folder. Download library files from github repo, get them via bower (bower install {{ bowerRepositoryName }}) or via npm (npm install {{ npmRepositoryName }})