programming-quotes

所属分类:企业管理
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2022-12-11 03:26:32
上 传 者sh-1993
说明:  计算机编程智慧和引用[@codeswight](https:github.com codeswitch)Twitter帐户
(Computer programming wisdom and quotes from [@codewisdom](https: github.com codewisdom) Twitter account)

文件列表:
elm.json (930, 2019-08-27)
netlify.toml (63, 2019-08-27)
package.json (303, 2019-08-27)
public/ (0, 2019-08-27)
public/favicon.ico (103614, 2019-08-27)
public/index.html (995, 2019-08-27)
public/manifest.json (294, 2019-08-27)
src/ (0, 2019-08-27)
src/API/ (0, 2019-08-27)
src/API/Quotes.elm (674, 2019-08-27)
src/Init.elm (366, 2019-08-27)
src/Main.elm (397, 2019-08-27)
src/Messages.elm (214, 2019-08-27)
src/Types.elm (194, 2019-08-27)
src/UI/ (0, 2019-08-27)
src/UI/Card.elm (1146, 2019-08-27)
src/UI/Loader.elm (219, 2019-08-27)
src/Update.elm (763, 2019-08-27)
src/View.elm (750, 2019-08-27)
src/index.js (444, 2019-08-27)
src/main.css (1825, 2019-08-27)
src/serviceWorker.js (4951, 2019-08-27)
tests/ (0, 2019-08-27)
tests/Tests.elm (549, 2019-08-27)
yarn.lock (339533, 2019-08-27)

# 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 : ```bash curl -X GET \ ``` ### API : API should responde a list of Tweets in this format : ```json [{ "text": "content of tweet", "created_at": "Mon Aug 26 17:01:17 +0000 2019" }] ``` You can check out the [`Tweet` type](https://github.com/Tarektouati/programming-quotes/blob/master/src/API/Quotes.elm#L8) to learn more.

近期下载者

相关文件


收藏者