Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bpetetot/gitmoji-changelog-github-api-client
- Owner: bpetetot
- Created: 2020-06-08T13:32:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:19:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T10:18:40.388Z (about 1 month ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
```