Simplify Node.js API Docs

API Docs for:
Show:

SimplifyUtils Class

This module exposes the different domain object on which different API calls can be invoked upon.

Methods

generateRandomNumber

() String

Function to generate a random number.

Returns:

String:

Returns a generated number

isLiveKey

(
  • key
)
Boolean

Function to check whether an API key is live or not.

Parameters:

  • key String

    API key to check

Returns:

Boolean:

Returns true is the key is a public API key

isUndefined

(
  • value
)
Boolean

Function to check whether a value/object is undefined.

Parameters:

  • value Object

    Object to check if it's type is 'undefined'

Returns:

Boolean:

Returns true if object's type is 'undefined'