|
1 | 1 | [Adobe Open Source](http://adobe.github.com) |
2 | 2 | ======================= |
3 | 3 |
|
4 | | -[Adobe Open Source](http://adobe.github.com) was built with love... and with [AngularJS](http://angularjs.org/), [Foundation](http://foundation.zurb.com/), [Github Pages](http://pages.github.com/) and [API](http://developer.github.com/v3/), [Adobe Creative Cloud](http://www.adobe.com/products/creativecloud.html). |
| 4 | +Presenting [Adobe Github Homepage v2.0](http://adobe.github.com), the new central hub for **Adobe Open sources** projects. |
5 | 5 |
|
6 | | -## Dependencies |
| 6 | +Allowing you to **search through Adobe Github repositories**, you can focus on what you are passionated about. |
7 | 7 |
|
8 | | -The information is pulled directly from the Github API and aggregated by a NodeJS server. The code source is available [in this repository](https://github.com/kimchouard/server.adobe.github.com). |
| 8 | +- You are a *web developer*? Search the repositories only containing *Javascript* code, because it rocks! |
| 9 | +- You love doing *technology watching*? Order by *Popularity*, by *Last Push* or select only the *5 stars (>1k followers)* projects to get the hotest repos! |
| 10 | +- You are a *web designer* and want the perfect code editor? Search *brackets* and get all the repositories related to this awesome project! |
| 11 | +- You are a *researcher*? Check out the project pushed in Open Source by *Adobe Research*! |
| 12 | + |
| 13 | +As you can see, we love Open Source. That's why we built this project on top of cutting-edge technologies like: |
| 14 | + |
| 15 | +- [AngularJS](http://angularjs.org/), |
| 16 | +- [Foundation](http://foundation.zurb.com/), |
| 17 | +- [Github Pages](http://pages.github.com/) and [API](http://developer.github.com/v3/), |
| 18 | +- [NodeJS](nodejs.org) |
| 19 | +- [D3](http://d3js.org/) |
| 20 | +- and many more! |
| 21 | + |
| 22 | +The [Adobe Creative Cloud](http://www.adobe.com/products/creativecloud.html) was also a great asset for [designing](photoshop.com) and [coding](brackets.io) purposes. |
| 23 | + |
| 24 | +## Architecture |
| 25 | + |
| 26 | +Hummm... you want to learn more about how all this is structured? A good sketch is better than a long speech, so here is a little schema: |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +The information is pulled directly from the Github API and aggregated by a NodeJS server (its code source is available [in this repository](https://github.com/kimchouard/server.adobe.github.com)). It is made available through an simple REST API, thanks to restify. |
| 31 | + |
| 32 | +AngularJS then make a unique API call to the server and inject the data on your browser, based on dc.js and the Fondation CSS framework. The filtering engine for the repositories was built on top of Angular. |
0 commit comments