Code Monkey home page Code Monkey logo

bulletin-board's Introduction

Leapfrog Bulletin Board

Leapfrog Bulletin Board is a Web App that helps to build an interactive Kiosk.

Features

  • Embed Google slide
  • Queue YouTube videos
  • Embed websites

Requirements

  • Heroku account

Deploy on Heroku

$ heroku login
$ heroku run python manage.py migrate --app [app-name]
$ heroku run python manage.py createsuperuser --app [app-name]

Setup

$ heroku login
$ heroku run python manage.py migrate --app my-bulletin-board
$ heroku run python manage.py createsuperuser --app my-bulletin-board
$ git clone [email protected]:leapfrogtechnology/LF-Bulletin-board.git
$ cd LF-Bulletin-board
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py createsuperuser
$ # Comment lf_kiosk/settings.py line number 87 to 92 and uncomment line number 83, 84 to use SQLite database instead of Postgres
$ python3 manage.py runserver

How to embed Google Slide in bulletin board

  • Create slide using Google Slide
  • Goto File → Publish to the web
  • Goto Embed tab
  • Choose Start slideshow as soon as the player loads and Restart the slideshow after the last slide
  • Click on publish, HTML embed appears
  • Just copy src of the <iframe> tag Eg. https://docs.google.com/presentation/d/1FWK0B0PBavrqYKFXbS2JwPn05SwKNsDz9e63Rs0_fuY/embed?start=true&loop=true&delayms=5000
  • Open bulletin board dashboard
  • Click on Kiosks
  • Click on ADD KIOSK
  • Paste the URL and click on Save Note: If you make changes in slide. Make sure you add new Google Docs URL or just update delayms value to new value. If this is not done slide changes in bulletin board will not reflected.

How to embed Website in bulletin board

  • Goto bulletin board dashboard
  • Click on Kiosk
  • Click on ADD KIOSK
  • Enter URL of the website URL and click on Save

How to embed YouTube videos

  • Go to Leapfrog bulletin board dashboard
  • Add youtube videos to playlist
  • Click on YouTubes
  • Click on ADD YOUTUBE
  • Paste YouTube video URL
  • Click on save Repeat the steps to add more videos in playlist
  • Set timing to play youtube video
  • Go to dashboard
  • Click on “Schedules”
  • Click on “ADD SCHEDULE”
  • Enter Start time and End time
  • Click on Save

License

  • Leapfrog Bulletin Board is licensed under th MIT license. See License File for more information.

bulletin-board's People

Contributors

deepsadhi avatar

Stargazers

Aviskar KC avatar

Watchers

James Cloos 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.