An open API service indexing awesome lists of open source software.

https://github.com/nakajijapan/ajimi

Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.
https://github.com/nakajijapan/ajimi

bugs carthage cocoapods developer-tools feedback gyazo ios tasting

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Ajimi

[![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](https://img.shields.io/cocoapods/v/Ajimi.svg?style=flat)](http://cocoapods.org/pods/Ajimi)
[![License](https://img.shields.io/cocoapods/l/Ajimi.svg?style=flat)](http://cocoapods.org/pods/Ajimi)
[![Platform](https://img.shields.io/cocoapods/p/Ajimi.svg?style=flat)](http://cocoapods.org/pods/Ajimi)
[![Language](https://img.shields.io/badge/language-Swift%203-orange.svg)](https://swift.org)

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

Snapshot | Video
---- | ----
![](demo_snapshot.gif) | ![](demo_video.gif)

## Requirements

- Xcode 8+
- Swift 3.0+
- iOS 9+

## Installation

### CocoaPods

Ajimi is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "Ajimi"
```

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager for Cocoa application.

``` bash
$ brew update
$ brew install carthage
```

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

``` ogdl
github "nakajijapan/Ajimi"
```

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

``` bash
$ carthage update
```

## Usage

### In AppDelegate

``` swift

#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, pp.kupepo.gattyanmo@gmail.com

## 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