文件名称:weathergetter:使用anon的Sinatra应用程序。 地理位置查找用户的位置并返回天气状况
文件大小:10.29MB
文件格式:ZIP
更新时间:2024-06-02 00:22:42
JavaScript
风化剂 自2015年以来无论何时何地都为您带来天气 蒂姆·凯洛格(Tim Kellogg) 描述 该应用程序插入telize.com api,以检索用户的纬度和经度。 然后,它使用该信息从openwather的api中获取天气数据。 设置 git clone此文件 cd到应用程序的根 ruby app.rb在您的本地主机中运行该应用程序:4567 使用的技术 语言:Ruby 堆栈:Ruby / Sinatra 服务器:WEBrick 其他依赖关系:在Gemfile.lock中列出 前端:JavaScript / jQuery API:Telize(用于对用户进行地理位置定位)/ Openweather(用于根据位置检索天气) 合法的 版权所有(c)2015 Tim Kellogg 该软件已获得MIT许可。 特此免费授予获得此软件和相关文档文件(“软件”)副本的任何人无限制地处理
【文件预览】:
weathergetter-master
----.gitignore(15B)
----README.md(2KB)
----views()
--------index.erb(318B)
--------layout.erb(452B)
----public()
--------bg.jpeg(9.42MB)
--------app.js(2KB)
--------main.css(465B)
--------bg.jpg(772KB)
--------main.less(32B)
----Gemfile(68B)
----font()
--------weathericons-regular-webfont.ttf(82KB)
--------WeatherIcons-Regular.otf(47KB)
--------weathericons-regular-webfont.svg(156KB)
--------weathericons-regular-webfont.woff(47KB)
--------weathericons-regular-webfont.eot(41KB)
----Gemfile.lock(355B)
----app.rb(77B)