Code Monkey home page Code Monkey logo

huruhuru's Introduction

Huruhuru

MIT License Version Platform

Huruhuru is in-app issue reporting debug tool for team QA. supported github only ๐Ÿ™ƒ

Requirements

  • Swift 5.0 or later
  • iOS 11.0 or later

Others have not been verified.

TODO

  • Add Tests
  • Support Carthage

โš  Warning

  • Huruhuru automatically creates an image storage branch (huruhuru-auto-created-branch-for-upload-image) in your specified repository.

Installation

Cocoapods

  • insert pod 'Huruhuru', :configurations => ['YOUR_DEBUG_SCHEME'] to your Podfile.
  • run pod install

Usage

  1. Create a github token
  • access to generate github token page
  • check repo: Full control of private repositories or public_repo: Access public repositories

  1. Write to Code.
// [Example]
// AppDelegate.swift
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
    // ...
    Huruhuru.shared.start(sendTo: Huruhuru.RepositoryInfo(ownerName: GITHUB_OWNER_NAME, repositoryName: GITHUB_REPOSITORY_NAME) , token: Huruhuru.GithubToken(token: GITHUB_TOKEN), supportDetectGesture: Huruhuru.SupportDetectGesture(types: [.shake, .screenshot]) )
    // ...
}

note: By using cocoapods-keys, you do not have to commit SecretKey directly to the source code.

  1. Take a shake gesture or take a screenshot to open the report view
light dark

huruhuru's People

Contributors

ryo-takahashi 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.