Coder Social home page Coder Social logo

wayne1894 / jquery.youtubebackground Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bento-n-box/jquery.youtubebackground

0.0 0.0 0.0 549 KB

A wrapper for the Youtube API - Great for fullscreen background videos or just regular videos.

HTML 49.36% JavaScript 45.78% CSS 4.87%

jquery.youtubebackground's Introduction

infometro.cc 資訊地鐵站

概念介紹

infometro 是一款利用地鐵圖來整理資訊的網站,用來保存創意和想法。

Screen Shot

開發環境建置

本機環境

 1、安裝node.js、npm
 2、clone https://github.com/wayne1894/infometro.cc.git
 3、cd 到infometro 目錄,輸入`npm install`,進行package.json套件安裝
 4、`npm install gulp -g` 全域安裝gulp(若電腦有gulp 則不用)
 5、第一次執行,請先下 `gulp build` ,進行專案 public 初始化建置 。(public 是上線後的最小化檔案)
 6、日後直接輸入 `gulp`,會自動跳出網頁(監聽1313 port),修改 `develop` 裡的檔案,網頁會重新整理,並將檔案建置到 public

資料庫環境

  • 到 google firebase 建立一個空專案
  • 進入控制台後,找到 將Firebase 加入您的網路應用程式 裡的代碼,並更新 infometro firebase_init.js firebase.initializeApp 的部份
  • Authentication 登入方式,請把 登入供應商 google 帳號匿名 打開,infometro目前採用這兩個
  • 設定資料庫 rules規則 ,請將下面 Realtime Database 和 Storage 的部份,覆蓋掉firebase 的rules
  • 這樣你的本機就可以讀取你的個人資料庫,若要提供給人使用,就必需透過 firebase 的 hosting (請參考下面 將程式發佈到fireabse上去)

資料庫 rules 設定

Realtime Database

{"rules":{"log":{".read":true,".write":"auth.uid != null"},"users":{"$uid":{".read":true,".write":"!data.exists() || auth.uid === $uid || auth.uid === 'test_uid'"}},"users_data":{"$uid":{".read":"auth.uid === $uid || auth.uid === 'lVAHfyuy4gN4UmiJ7WMYtIwKDts2'",".write":"!data.exists() || auth.uid === $uid || auth.uid === 'test_uid'"}},"info":{"$line":{"root":{".read":true,".write":"!data.exists() || data.parent().child('root').val().contains(auth.uid) || auth.uid === 'test_uid'"},"metro":{".read":"data.parent().child('root').val().contains(auth.uid) || auth.uid === 'test_uid'",".write":"data.parent().child('root').val().contains(auth.uid) || auth.uid === 'test_uid'"}}},"blueprint":{"$uid":{".read":"auth.uid === $uid || auth.uid === 'test_uid'",".write":"auth.uid === $uid || auth.uid === 'test_uid'"}},"file":{".read":"false",".write":"auth.uid != null"}}}

Storage

service firebase.storage{match /b/{bucket}/o{match /{allPaths=**}{allow read,write:if request.auth!= null;// Only allow uploads of any image file that's less than 500MB allow write:if request.resource.size < 5 * 1024 * 1024 * 1024 * 1024}}}

網站擷取程式

目前放在根目錄上的infometro.asp,可以在輸入網址時爬出網頁資訊,這隻程式必需架設在iis上。

firebase functions

index.js 提供infometro 站內備份資料功能的寄信程式,請將 [email protected] 改成你自己使用的email,pass 為密碼。

將程式發佈到 firebase 上線

firebase node 版本必需大於6.X,不然無法操作以下指令
請先參考 fireabse deploy 教學。

基本的firebase init安裝

$ cd infometro
$ firebase init
$ firebase use infometro-cc

佈署 functions的方法

$ firebase deploy --only functions

佈署 hosting 的方法:因為還要執行gulp最小化檔案,所以請直接透過npm命令佈署。

npm run deploy

這個命令最後會執行:firebase deploy --only hosting ,也就是佈署 hosting。

目前版本說明

參考:https://www.facebook.com/infometro.cc

Licence

原始碼可在github上找到, 使用 MPL-2.0授權。

License: MPL 2.0

開發者 wayne1894

jquery.youtubebackground's People

Contributors

afzalh avatar bento-n-box avatar bmsterling avatar cc-damo avatar ncharlot avatar tsvensen avatar webkonstantin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.