4.0.0 • Published 9 years ago

@zalando-fcp/content-insights-client v4.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Content Insights API Client

Getting started

Install

with Npm

npm install --save @zalando-fcp/content-insights-client

Usage

import ContentInsightsApi from 'content-insights-client'
...

const client = new ContentInsightsApi('http://contents-insights-api-host/', 'MY_FCP_TENANT_ID')
...

Development

  1. Building
  • Run npm install to get the project's dependencies
  • Run npm run build to produce minified version.
  1. Development mode
  • Having all the dependencies installed run npm run dev. This command will generate an non-minified version and will run a watcher so you get the compilation on file change.
  1. Running the tests
  • Run npm run test

Scripts

  • npm run build - produces production version under the lib folder
  • npm run dev - produces development version and runs a watcher
  • npm run test - well ... it runs the tests :)
4.0.0

9 years ago

3.1.0

9 years ago

3.0.1

9 years ago

2.0.0

9 years ago

1.0.0

9 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago