Skip to content

Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.

License

Notifications You must be signed in to change notification settings

nakajijapan/Ajimi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
nakajijapan
Aug 2, 2017
f9928e8 · Aug 2, 2017

History

16 Commits
Jul 25, 2017
Jul 25, 2017
Jul 25, 2017
Jul 25, 2017
Jul 25, 2017
Aug 2, 2017
Jul 25, 2017
Aug 2, 2017
Jul 25, 2017
Jul 25, 2017
Aug 2, 2017
Jul 25, 2017
Jul 26, 2017
Jul 26, 2017
Jul 26, 2017

Repository files navigation

Ajimi

Carthage Version License Platform Language

Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.

Snapshot Video

Requirements

  • Xcode 8+
  • Swift 3.0+
  • iOS 9+

Installation

CocoaPods

Ajimi is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Ajimi"

Carthage

Carthage is a decentralized dependency manager for Cocoa application.

$ brew update
$ brew install carthage

To integrate Kingfisher into your Xcode project using Carthage, specify it in your Cartfile:

github "nakajijapan/Ajimi"

Then, run the following command to build the Kingfisher framework:

$ carthage update

Usage

In AppDelegate

#if DEBUG
    let ajimiOptions = AjimiOptions(
        githubBasePath: "https://hostname/api/v3",
        githubAccessToken: "tokentoken",
        githubUser: "nakajijapan",
        githubRepo: "FeedbackTool",
        imageUploadURL: URL(string: "https://hostname/image/upload")!,
        imageUploadKey: "keykey"
    )
    Ajimi.show(ajimiOptions)
#endif

Author

nakajijapan, [email protected]

License

Ajimi is available under the MIT license. See the LICENSE file for more info.

About Icon

Icons made by Pixel perfect from www.flaticon.com is licensed by CC 3.0 BY

About

Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published