4.0.0 • Published 7 years ago

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

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

3.1.0

7 years ago

3.0.1

7 years ago

2.0.0

8 years ago

1.0.0

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago