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

https://github.com/nahtanpng/github-user-activity-cli

Solution for the GitHub User Activity backend challenge from the Roadmap.sh.
https://github.com/nahtanpng/github-user-activity-cli

Last synced: 2 months ago
JSON representation

Solution for the GitHub User Activity backend challenge from the Roadmap.sh.

Awesome Lists containing this project

README

        

# Github User Activity CLI
Solution for the [GitHub User Activity](https://roadmap.sh/projects/github-user-activity) backend challenge from the [Roadmap.sh](https://roadmap.sh/) website.

# 👨‍💻 How to run

```bash
// Clone the repository

git clone https://github.com/nahtanPNG/github-user-activity-cli.git
cd github-user-activity-cli

// Install the cli bin

npm install . -g

// Run the cli

github-activity
```