Google-Maps-API

时间:2021-06-08 16:32:40
【文件属性】:
文件名称:Google-Maps-API
文件大小:37KB
文件格式:ZIP
更新时间:2021-06-08 16:32:40
Ruby #Google 地图 API 你能弄清楚吗? ##让我们开始吧 Start by grabbing your Google API key 点击“创建项目” 单击“启用 API” 点击“谷歌地图 JavaScript API” 单击“启用 API” 然后在公共 API 访问下单击“凭据”和“创建新密钥” 创建服务器密钥 Create a rails app called GoogleMaps $ rails new GoogleMaps -T 用地图的动作创建一个控制器“欢迎” $ rails g controller welcome maps Set up Figaro in the gemfile gem "figaro" 在您的终端中,让我们捆绑然后安装 figaro $ bundle install $ figaro install 在我们的 applic
【文件预览】:
Google-Maps-API-master
----.gitignore(534B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(153B)
----bin()
--------rails(219B)
--------setup(805B)
--------bundle(129B)
--------spring(461B)
--------rake(164B)
----log()
--------.keep(0B)
----db()
--------seeds.rb(343B)
----public()
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(2KB)
----README.md(6KB)
----vendor()
--------assets()
----config()
--------boot.rb(132B)
--------secrets.yml(964B)
--------database.yml(552B)
--------routes.rb(2KB)
--------environments()
--------environment.rb(150B)
--------application.rb(1KB)
--------locales()
--------initializers()
----README.rdoc(478B)
----lib()
--------assets()
--------tasks()
----Gemfile(1KB)
----Rakefile(249B)
----test()
--------mailers()
--------integration()
--------models()
--------helpers()
--------test_helper.rb(312B)
--------controllers()
--------fixtures()
----Gemfile.lock(4KB)

网友评论