/programming-quotes

Computer programming wisdom and quotes from @codewisdom Twitter account

Primary LanguageJavaScript

programming-quotes

Configuration :

Requirement :

It require ELM_APP_URL env which is your API url.

this app only perform a GET request on the endpoint provided :

curl -X GET \
	<my-api-endpoint.com>

API :

API should responde a list of Tweets in this format :

[{ "text": "content of tweet", "created_at": "Mon Aug 26 17:01:17 +0000 2019" }]

You can check out the Tweet type to learn more.