jxom / micro-quote

🗣 Quotes of the internet

Home Page:https://quote.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro Quote

🗣 Quotes of the internet.

A micro-service that returns a random tweet depending on the search term using Twitter's Search API.

Visit https://quote.now.sh/

Usage

GET /

Display usage info

GET /:query

Returns a contextual quote depending on the search query.

Optional query parameters

detailed

Display detailed result

Type: boolean

Default: true

Example: https://quote.now.sh/bitcoin?detailed=true

lang

Language of the result

Type: string

Default: en

Example: https://quote.now.sh/bitcoin?lang=de

result_type

Type of search results

Type: string

Default: popular

Available: recent, popular, mixed

Example: https://quote.now.sh/bitcoin?result_type=recent

License

MIT © Jake Moxey

About

🗣 Quotes of the internet

https://quote.now.sh

License:MIT License


Languages

Language:JavaScript 100.0%