Skip to content

dmscn/github-api-consumer

Repository files navigation

Install the github-api-consumer

Open your terminal and run the following command

$ git clone https://github.com/dmscn/github-api-consumer.git && cd github-api-consumer

Run yarn to download the packages.

Scripts

npm run start or yarn start

Starts the application in development mode
Open http://localhost:3000 to view it in the browser

npm run styleguide or yarn styleguide

Starts the Styleguidist server on your machine
Open http://localhost:6006 to view it in the browser

npm test or yarn test

Launches the test runner in the interactive watch mode

npm run lint or yarn lint

Formats and Lint the application code

ES6+ Features

Destructuring

Usado para "resgatar" somente as propiedades que me interessam de determinado objeto e salva-las em uma variavel de mesmo nome

Arrow Function

Diferente de uma function normal no JavaScript as Arrow Functions permitem compartilhar o escopo (this) com seu parent.

About

[Code Challenge] GitHub API consumer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published