GithubHelp home page GithubHelp logo

mlichtblau / kraggl Goto Github PK

View Code? Open in Web Editor NEW
8.0 5.0 3.0 519 KB

Connect your Glo Board projects to your Toggl account and never forget to track your time again

Home Page: https://kraggl.com

License: MIT License

Dockerfile 0.56% JavaScript 47.52% CSS 2.56% EJS 49.36%
glo api express toggl gitkraken gitkraken-glo

kraggl's Introduction

Node/Express/Mongoose Example App

Connect your Glo Board projects to your Toggl account and never forget to track your time again. With detailed time entry descriptions and tags depending of the state your task is in, Kraggl allows you to combine the power of Glo Boards as a project management tool with Toggl and it's professional reporting tools.

❗ Goodbye ❗️

As GitKraken Boards has sunset at the end of 2022 this project has no use anymore. It was fun while it lasted.

Getting started

Head over to Kraggl.

Or get the Express server running locally:

  • Create a new Glo App
  • Clone this repo
  • npm install to install all required dependencies
  • GIT_KRAKEN_CLIENT_ID="CLIENT_ID OF YOUR NEW GLO APP" GIT_KRAKEN_CLIENT_SECRET="CLIENT_SECRET OF YOUR NEW GLO APP" npm start to start the local server

Go to localhost:3000 to view the Kraggl homepage.

Deployment

A Dockerfile is provided and can be used in a docker-compose setup.

Example docker-compose service:

kraggl:
    image: lichtblau/kraggl:latest
    environment:
        GIT_KRAKEN_CLIENT_ID: "YOUR CLIENT_ID"
        GIT_KRAKEN_CLIENT_SECRET: "YOUR CLIENT_SECRET"
    volumes:
        - kraggl-data:/usr/src/app/database

And don't forget to add the volume to persist the SQLite database:

volumes:
  kraggl-data:

Build with

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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.