Skip to content

dregules/git-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate

Github Search Engine

This is an app built with angular.js and served by a Sinatra server that calls Github's open API and returns user profiles.

For deployed version visit: https://salty-lowlands-7776.herokuapp.com/

##Installation Requirements NPM Instructions here

gem install bundler

npm install -g bower

###Versions used: npm -v - 2.14.2

bower -v - 1.5.2

ruby -v - 2.2.1p85

##Getting Started git clone https://github.com/dregules/git-search

cd git-search

npm install

bower install

bundle install

ruby app.rb

go to localhost:3000

##Running tests For Karma, simply run npm test

For Protractor e2e

webdriver-manager start

Open new terminal tab and run

http-server

Open new terminal tab and run

protractor test/e2e/conf.js

About

A Search engine for Github profiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.5%
  • HTML 21.1%
  • CSS 6.9%
  • Ruby 4.5%