Giter Site home page Giter Site logo

currency-converter-sample's Introduction

READ ME

Oracle Intelligent Bots Version 0.6

Steps to Install:

  1. Import resources 0.6/final-solution/package-currencyConverterMBE.zip into Oracle Mobile Cloud. You can do this by selecting the "burger" like icon in the MCS dash board and the Package menu item in the opened side menu.

  2. Import resources 0.6/final-solution/bot/CurrencyConverter.json from the Oracle Intelligent Bots dashboard.

  3. Edit the custom component service settings in the bot and change the base URL, the MBE ID and the anonymous key of the component service access. The Mobile Backend is created for you when you import the zip file per step one.

  4. Navigate to the MBE in MCS and open it. The MBE ID, base URL and anonymous key are exposed under "Settings".

Notes:

For this demo, the shared api (currencyconverter) accesses the Connector in Oracle Mobile Cloud Service. For this reason there is a mobile dependency created in the package.json file:

  "name" : "CurrencyConverter",
  "version" : "1.0",
  "description" : "Custom API that converts a base currency value into target currency values",
  "main" : "currencyconverter.js",
  "oracleMobile" : {
    "dependencies" : {
      "apis" : { },
      "connectors" : {"/mobile/connector/foreignexchange":"1.0"}
    }
  }
}

The custom component (converterccs) accesses the shared api and therefore there is a dependency on that api in the package.json file:

"oracleMobile": {
  "dependencies": {
    "apis": {"/mobile/custom/currencyconverter": "1.0"},
    "connectors": {}
  }
}

currency-converter-sample's People

Contributors

jkolden 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.