Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bpetetot/gitmoji-changelog-github-api-client


https://github.com/bpetetot/gitmoji-changelog-github-api-client

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

## @gitmoji-changelog/github-api-client

### Usage

1. [Generate a github personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) 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
```