@gitmoji-changelog/github-api-client

Usage

  1. Generate a github personal access token and copy it
  2. Create a .env file
  3. Add variable GITHUB_TOKEN in the .env file
# .env
GITHUB_TOKEN=XXXXXXXXXX
# Install
yarn

# Launch
yarn start

# Tests
yarn test