Giter Club home page Giter Club logo

node-cds-hooks-starter's Introduction

Node CDS Service Starter

This is a starter project for a CDS Service. It is designed to reduce the development time for developers by solving the boring parts for them.

Getting started

Install

yarn install

Start Nodemon

yarn develop

Or: Just node

yarn start

Test with CDS Hooks Sandbox

CDS Sandbox

CDS Hooks Sandbox is a fantastic tool that simulates calls to your CDS Service, where you can then return different Cards. Out of the box, node-cds-service-starter returns an Information card. Read about the different types of card on CDS Hooks.

Register Your Service

Register your service by selected "Add CDS Service" in the upper right.

Add CDS Services

Add your discovery endpoint where the CDS Hooks Sandbox can find the hooks you would like to subscribe to. If you are developing locally, then you would put http://localhost:3000/cds-services

We can now see in our Sandbox that the default information card is being displayed.

Displayed

Default Card

There is one information card that can be used as an example already supplied in this project.

{
  "cards": [
    {
      "summary": "Summary: Hello world. Hook: 'patient-view' -- Patient smart-1288992",
      "detail": "Detail: Hello world. Hook: 'patient-view' -- Patient smart-1288992",
      "source": {
        "label": "CDS Service Starter",
        "url": "https://example.com"
      },
      "indicator": "info"
    }
  ]
}

node-cds-hooks-starter's People

Contributors

zeevo avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.