Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 698 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 698 Bytes

Qiita Compose

This is a project for an unofficial Qiita client application.

Screenshots

Setup

This project requires the following keys.

  • Qiita Client ID
  • Qiita Client Secret

You can get the keys in Qiita user settings page.

Once you obtain the keys, you can set them in your local.properties:

QIITA_CLIENT_ID=<insert>
QIITA_CLIENT_SECRET=<insert>