Github Repo Lister

Look up a Github user and see their public repos, 3/21/2016

By Nathan Otto

Description

This application allows the user to enter a github user name and get a list of all public repositories for that user listed out by name with descriptions if available

Setup/Installation Requirements

  • Clone or download the repo
  • Create a .env file and add your own Github API key to it
  • Navigate to the project directory and run node install and bower install
  • Now in terminal run gulp build or gulp build --production
  • Now in terminal run gulp serve to launch a local development server to host the app.

{Leave nothing to chance! You want it to be easy for potential users, employers and collaborators to run your app. Do I need to run a server? How should I set up my databases? Is there other code this app depends on?}

Support and contact details

Check out the project or contact me here

Technologies Used

This was built using the Github API, Gulp build pipeline, Sass, and Javascript

License

*MIT License

Copyright (c) [2016] [Nathan Otto]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*