stephanies-rice:Stephanie's Rice网站的代码

时间:2024-06-01 20:08:08
【文件属性】:

文件名称:stephanies-rice:Stephanie's Rice网站的代码

文件大小:115KB

文件格式:ZIP

更新时间:2024-06-01 20:08:08

Ruby

斯蒂芬妮的米饭 我不介意记录这一件事。 告我。 我想分享的代码,因为它是一个不错的开始: 基于Sinatra的Web应用程序。 命中一个API(在本例中为Google Search API),返回JSON并解析结果。 使用Mongoid将结果存储在Mongo中。 Mustache模板中的if / else逻辑。 享受。 安装 您还在阅读吗? 好的... 首先,请确保您已 。 另外,安装因为它包含用于运行基于Procfile的应用程序的 。 “ Google自定义搜索API要求使用API​​密钥,您可以从获取该密钥。” 它有两个部分:API密钥和cx ID(即搜索引擎唯一ID)。 然后在终端中,克隆我: $ git clone https://github.com/kripy/stephanies-rice stephanies-rice $ cd stephanies-


【文件预览】:
stephanies-rice-master
----.env(86B)
----config.ru(48B)
----.ruby-version(11B)
----Gemfile(342B)
----config()
--------puma.rb(477B)
----Procfile(74B)
----README.md(2KB)
----Gemfile.lock(2KB)
----.gitignore(140B)
----app.rb(3KB)
----app()
--------helpers.rb(170B)
--------views()
--------img()
--------lib()
--------js()
--------config()
--------css()
--------templates()

网友评论