cms-integration-poc
CMS APIs Integration POC. Used for Symphony project, CIT @Vodafone.
Currently the library make a fake API authentication and returns a random cat image; cause who don't like cats.
Installation
You can install the package into your project using npm
npm i -S @antwansherif/cms-integration-poc
Usage
import { getContent } from '@antwansherif/cms-integration-poc';
getContent().then(mediaSrc => {
//add your logic here
});