Giter Club home page Giter Club logo

clockifyreportmailer's Introduction

Clockify Report Mailer

Description

This project is a tool to get clockify reports and send them as email to yourself or to your leads.

Table of Contents

Installation

Open your terminal and run the following command
git clone https://github.com/AhmedMohammed3/ClockifyReportMailer.git

Usage

  1. Open your terminal in the cloned folder and run the following command:
    npm i
  2. Create a file called .env and fill it with the following keys:
    1. CLOCKIFY_API_KEY: This is the clockify api key for the account you want to get the reports from.
    2. CLOCKIFY_API_REPORTS_URL: This is the url for the clockify api reports.
    3. CLOCKIFY_3DDX_WORKSPACE_ID: This is the clockify workspace id for the account you want to get the reports from.
    4. SENDING_EMAIL_USERNAME: This is the email username for the account you want to send the reports from.
    5. SENDING_EMAIL_PASSWORD: This is the email password for the account you want to send the reports from.
    6. RECIEVING_EMAIL_USERNAME: This is the email username for the account you want to send the reports to.

Contribute

Adding new features or fixing bugs

  1. Open your terminal and clone the repository
    git clone https://github.com/AhmedMohammed3/ClockifyReportMailer.git
  2. Create your branch
    git checkout -b {YOUR_BRANCH_NAME}
  3. Make your edits and review it well.
  4. Commit your changes with appropriate message. Follow these git style guides
    git commit -m {YOUR_COMMIT_MESSAGE}
  5. Push your changes
    git push origin {YOUR_BRANCH_NAME}
  6. Create a pull request

clockifyreportmailer's People

Contributors

ahmedmohammed3 avatar

Watchers

 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.