文件名称:Energy-Globe-Awards
文件大小:3.33MB
文件格式:ZIP
更新时间:2024-07-15 09:57:27
Ruby
能源环球奖应用程序 安装资产并运行本地开发服务器 bundle install # install bower globaly npm install bower -g # install asset dependencies bower install # run static web server with livereload bundle exec middleman 运行刮板 运行./bin/scrape将 刮页面 缓存发出的请求 在./data/awards.json下保存结果的 json 文件 运行测试 您可以使用ruby spec/award_spec.rb运行刮刀测试。 要运行您的 Jasmine 规范,您可以启动您的应用程序并转到或直接从命令行运行它们: rake middleman_jasmine:ci 使用的OSS项目 许可证: GPL
【文件预览】:
Energy-Globe-Awards-master
----config.rb(3KB)
----bin()
--------scrape(555B)
----data()
--------de.yml(5KB)
--------awards.json(4.1MB)
--------en.yml(5KB)
----Rakefile(1KB)
----.bowerrc(46B)
----LICENSE(34KB)
----Gemfile(643B)
----Gemfile.lock(6KB)
----tmp()
--------cache()
----spec()
--------javascripts()
--------award_spec.rb(2KB)
--------reprocess_spec.rb(2KB)
--------spec_helper.rb(183B)
--------fixtures()
----.gitignore(250B)
----lib()
--------energy_globe_awards.rb(192B)
--------energy_globe_awards()
----README.md(932B)
----bower.json(469B)
----source()
--------_favicon_template.png(25KB)
--------about.html.erb(4KB)
--------images()
--------layouts()
--------templates()
--------data()
--------javascripts()
--------_favicon_template.svg(4KB)
--------fonts()
--------CNAME(30B)
--------stylesheets()
--------index.erb(3KB)
----helpers()
--------html_helpers.rb(344B)