Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 355 Bytes

File metadata and controls

10 lines (7 loc) · 355 Bytes

This is a simple search query that uses Github API
to pull some information about any user you type in.

You must add a .env file with the following:
exports.apiKey = "APIKEYHERE";

Once you have cloned the repository run npm install
and bower install to acquire the proper components.

Afterwards run gulp build --production followed by gulp serve