Class: someCoolApi


someCoolApi

The class for http://api.somecool.repl.co

Methods

(async, static) imageSearch(query) → {string}

Search for an image!

Parameters:
Name Type Description
query string

The image you want to search for.

Source:
Returns:
  • Type: string

(async, static) randomEmoji() → {string}

Get a random emoji!

Source:
Returns:
  • Type: string

(async, static) translate(text) → {Object}

Translate text!

Parameters:
Name Type Description
text string

The text to translate.

Source:
Returns:
  • Type: Object

(async, static) ytSearch(query) → {Object}

Search for a video in youtube!

Parameters:
Name Type Description
query string

The video you want to search for.

Source:
Returns:
  • Type: Object