Skip to content

lizoc/lizoc.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hey there! Our new portal for open source projects are now Lizoc Open Source. Version 2.0 here we go!!!

Now you can finally search repositories on all our affiliated GitHub accounts, filter by popularity stars, and see changes in real time.

Lizoc += ♥ #OpenSource

What do you think?

A lot of work has gone into making our new portal, and we really hope you like the new experience. If you have an idea or found a bug, just submit an issue and we'll get right on to it.

If this is your first time here, just go explore and find something interesting to you.

Popping the Hood

Perhaps you are here to figure out how we made our portal. Our recipe includes:

The whole thing goes somewhat like this:

Lizoc Open Source Portal Schema

We run a NodeJS server that aggregates data periodically from GitHub API. This allows us to consolidate the latest information on our GitHub repos, which is spread across multiple accounts, in one place. The NodeJS server also expose a simple restful API that allows us to query these information using plain AJAX web requests.

The frontend is a bunch of static content generated using TextScript templates (source code available in this repo). When you visit our portal, your browser starts making AJAX requests to our NodeJS server, and creates some very cool visualization of the returned results.

Sounds interesting to you? Join our collaborators today!