https://github.com/agjs/github-search
Github Search example using Github API
https://github.com/agjs/github-search
Last synced: about 1 year ago
JSON representation
Github Search example using Github API
- Host: GitHub
- URL: https://github.com/agjs/github-search
- Owner: agjs
- Created: 2016-01-28T22:20:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T02:40:54.000Z (over 10 years ago)
- Last Synced: 2025-02-09T01:49:21.485Z (over 1 year ago)
- Language: JavaScript
- Size: 524 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-search
* npm install
* bower install
* karma start
* scss --watch style.scss:style.css
* I haven't implemented GULP / GRUNT simply because this is a very simple example. I will share some Angular projects I did recently which show way more.
* I haven't used browserify nor Webpack since we have just one component and barely few files.
* I usually use npm only but I wanted to use both, npm and bower just for demonstration
* I haven't used ngAnnotate / ngTemplates etc. simply because it isn't part of this exercise. We are not minifying anything nor bundling so it was unnecessary.