Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 502 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 502 Bytes

GitHunter-Data-Feed

This project consumes the API of GitHub, GitLab and, in the future, another providers.

Installation

Download and install Go to run the project.

Run

After install, in the root directory write the command to run the api:

go run main.go --log-level=debug --graphql-github-url=https://api.github.com/graphql --graphql-gitlab-url=https://gitlab.com/api/graphql --server-port=3001

License

MIT