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.
- Host: GitHub
- URL: https://github.com/nahtanpng/github-user-activity-cli
- Owner: nahtanPNG
- Created: 2024-11-07T18:57:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:09:14.000Z (7 months ago)
- Last Synced: 2024-11-07T20:20:43.164Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 repositorygit 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
```