···11+# Changelog
22+33+All notable changes to this project will be documented in this file.
44+55+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77+88+## [Unreleased]
99+1010+### Added
1111+1212+- Complete OAuth flow implemented using asynchronous http server.
1313+- CLI interface to obtain the data from Twitch.
1414+- Configuration using environment variables.
1515+- Unique way to access the Twitch API.
+10
README.md
···11+# purple-cli
22+33+CLI tool to retrieve information from Twitch.
44+55+## Settings
66+77+This project requires the following environment variables to work:
88+99+- `PURPLE_CLIENT_ID` Twitch application client id.
1010+- `PURPLE_CLIENT_SECRET` Twitch application client secret.