Giter VIP home page Giter VIP logo

kanboard-presenter's Introduction

study-kanboard-presenter

NodeJS and AngularJS application that displays all Kanban boards of a configured Kanboard (fguillot/kanboard, http://kanboard.net) server in a cyclic manor.
The goal of this app is to simply present all important Kanban Boards of multiple Projects on a TV screen in a beautiful, automatic way.
The App runs fine on a Raspberry Pi 2 using the linaro ubunto image.

app screenshot

Kanboard

This app needs a running fguillot/kanboard server and its API Token as prerequisite.
The Proxy communicates with the Kanboard using its JSON RPC interface.
Compatibility was tested up to Kanboard v1.0.13 API.

Structure

The App exists of two parts. A node.js backend and a AngularJS frontend.

Backend

The node.js server in combination with Express4 and node-rest-client function as REST proxy between the Kanboard server and the Frontent by providing convenience REST service to simplfy the API implemented on the Frontend.

Frontend

The frontend is implemented using AngularJS and is visualized with AngularMaterial.

Configuring the project

Server API URL and API token

You may retrieve this information on the Kanboard from: Home > Settings > API.
hint: Admin rights are needed to access this page.

The API Endpoint and API Token must be configured using environment variables KANBOARD_ADDR, KANBOARD_APIKEY or in the following file: app/routes.js and the function kanboardApi.configureServer().

Configure the user

To display all boards of a specific user, the user ID must be configured in the browser URL.
To do so, use the following URL: http://localhost:16565/#/user/{YOUR_USER_ID}/board/

Installing, building and running

  1. Download and install nodejs from https://nodejs.org/download/
  2. Navigate to the repo dir in the command line.
  3. Call npm install.
  4. Call bower install. (If problems come up check if the proxy config fits your network environment in .bowerrc)
  5. Call node server.js and the server will start
  6. Open http://localhost:16565 in the browser to view the presenter.

Docker

You can build and run a docker container:

  1. Install docker.
  2. Navigate to the repo dir in the command line.
  3. Run docker build . -t kanboard-presenter
  4. Start the container: docker run -p 16565:16565 -e KANBOARD_ADDR=server.company.com -e KANBOARD_APIKEY=abcdef1234567890
  5. Open http://localhost:16565 in the browser to view the presenter.

Distribution

The project can be distributed as a single nw.js executable for linux and windows x32/64 platforms.

To do so call: gulp nw:build in the project directory and find the binaries in the build folder.

kanboard-presenter's People

Contributors

davideberlein avatar mbyakow avatar rverchere avatar lpmi-13 avatar

Watchers

Zaryk Kiarans avatar James Cloos 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.