Tarektouati / programming-quotes

Computer programming wisdom and quotes from @codewisdom Twitter account

Home Page:https://nifty-leakey-7b4a12.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Computer programming wisdom and quotes from @codewisdom Twitter account

https://nifty-leakey-7b4a12.netlify.com


Languages

Language:JavaScript 40.0%Language:Elm 39.1%Language:CSS 13.5%Language:HTML 7.4%