Giter Club home page Giter Club logo

fitcoder's Introduction

Fitcoder Watch App

Fitcoder Watch App

Fitcoder is an Apple Watch application designed to encourage developers to maintain a healthy lifestyle by tracking their standing time. The unique feature of Fitcoder is that it converts the standing time into a commit for your GitHub contribution graph, making health tracking fun and rewarding for developers.

Features

  • Tracks how long a developer has been standing.
  • Converts the stand time into a commit for your GitHub contribution graph.

Project Setup

  1. Clone the repository to your local machine:
git clone https://github.com/rmRizki/Fitcoder.git
  1. Open the project in Xcode:
open Fitcoder.xcodeproj
  1. Navigate to the Constants.swift file and fill in the necessary values:
enum Constants {
    static let standTimeThreshold = 10.0 // value used to determine when to commit
    static let userName = "userName" // your GitHub username without the @ symbol
    static let repoName = "repoName" // your GitHub repo name without the .git extension
    static let filePath = "filePath" // file path in the repo to commit
    static let token = "token" // your GitHub personal access token
    static let name = "name" // your name to put in the commit
    static let email = "email" // your email to put in the commit
    static let profileImageUrl = "profileImageUrl" // your profile image url
}

Please replace userName, repoName, filePath, token, name, email, and profileImageUrl with your actual GitHub username, repo name, file path in the repo to commit, personal access token, name, email, and profile image URL respectively. The standTimeThreshold is the value used to determine when to commit, you can adjust it as needed.

Building the Project

To build the project, open Fitcoder.xcodeproj in Xcode and select Product > Build from the menu.

Running the Project

To run the project, select the desired target device in Xcode and select Product > Run from the menu.

Contributing

Contributions are welcome. Please open a pull request with your changes.

fitcoder's People

Contributors

rmrizki avatar

Stargazers

 avatar Aman Sharma 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.