quotes-generator
Reactive icon

Quotes Generator

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 1 Sep (5 days ago)
 by 
EONE TECHNOLOGIES PRIVATE LIMITED
0.0
 (0 ratings)
quotes-generator

Quotes Generator

Documentation
1.0.0

Installation and Configuration

1.Install the Component

  • Download and install the Quotes Generator from Forge into your OutSystems environment.
  • Add the module as a dependency in your application where you want to use it.


2.Configure API

  • The component uses the free Quotable API, which does not require authentication.
  • No additional configuration is needed to start using the server actions.


How to Use

1. Using Server Actions

  • Get_Authors: Fetch the list of authors available in the API.
  • Get_QuotesBySearch: Search quotes using a keyword or phrase.
  • Get_QuotesList: Retrieve quotes filtered by author or tag.
  • Get_RandomQuotes: Get a single random quote with author details.


2. Using the UI Block

  • Drag the RandomQuotesGenerator block into any screen in your application.
  • The block automatically fetches and displays a random quote.


3. Example Usage

  • Add Get_RandomQuotes to a screen Data Action to fetch a quote.
  • Bind the results and display quotes dynamically on dashboards or landing pages.