- Notifications
You must be signed in to change notification settings - Fork6
registry that crawls github users, used inhttp://component.github.io
componentjs/crawler.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
http://component-crawler.herokuapp.com/
Crawl github users for components. Only works with Chrome right now due to a lack of vendor prefixing.
Some notes:
- It skips
component.jsons withprivate: true. - It skips repositories with issues disabled.
- It tries to skip bare repositories, but sometimes fails.
- The
.versioncould be wrong if not updated correctly (the crawler only checksmaster). - GitHub data is added as
.githubto eachcomponent.json. - Watcher counts are not included because GitHub's search API does not include that field.
Returns an object:
users- an object of all the users crawled.components- array ofcomponent.jsons.
Return an event source stream of updates.
Return all a user's components.
Update all the components of a user.
Return a repo'scomponent.json.
- create an AWSS3 bucket in theUS Standard region
- create an AWSIAM user
- copy the ACCESS KEY and the SECRET
- apply theAmazonS3FullAccess policy to the user
- run these commands in your terminal:
export S3_KEY='<YOUR_KEY>'export S3_SECRET='<YOUR_SECRET>'export S3_BUCKET='<YOUR_BUCKET_NAME>'npm test
npm start then openlocalhost:3000 in your browser.At thelocalhost:3000/ you can type in a github username or organisation at the bottom andafter a while you can see the result atlocalhost:3000/.json
The MIT License (MIT)
Copyright (c) 2014 Jonathan Ongme@jongleberry.com
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, 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 INTHE SOFTWARE.
About
registry that crawls github users, used inhttp://component.github.io
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.