Express Github API Node.js Express Axios Github API Usage Input username as a parameter via URL. http://localhost:8000/api/v1/:username Return data { "response": { "username": "username", "followers": number } } Start API server yarn start