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

https://github.com/naoty/qiita_recommendation

Qiita Recommendation tool
https://github.com/naoty/qiita_recommendation

Last synced: about 1 month ago
JSON representation

Qiita Recommendation tool

Awesome Lists containing this project

README

        

# Qiita Recommendation

## Demo

```bash
$ git clone naoty/qiita_recommendation
$ cd qiita_recommendation
$ ACCESS_TOKEN=XXXXXXXXXXXX bin/recommend users naoty_k
```

## Usage

### Recommend users similar to an user

```bash
$ ACCESS_TOKEN= bin/recommend users
```

## Contribution

1. Fork
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

## License

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

## Author

[naoty](https://github.com/naoty)