All Projects → EverythingMe → openspace

EverythingMe / openspace

Licence: Apache-2.0 license
An open source app to showcase your open source work (yo dawg)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language
shell
77523 projects

Openspace

Openspace is a web app to showcase your open source projects on GitHub.

We’ve reached a point where EverythingMe's organization profile on GitHub holds a combination of internal tools, forks of projects we’re using and contributed to and some less interesting bits. We wanted a simple and beautiful way to showcase the projects that are represent our open sourced work.

Shut up and show me how it looks

Overview

The web app is purely static to allow it to be hosted on GitHub pages, it uses a projects.json under /data folder to determine which projects to display.

While iterating on the design and metadata we're displaying, we created a tool to populate the projects.json file and also update it (in case you want periodic updates for descriptions / stars and forks counts).

Getting Started

  • Clone and push to username.github.io repo.
  • Use the data tool to create your projects.json file.
  • Modify the projects.json if needed and test locally (simplest way to run it is to run python -m SimpleHTTPServer in the root folder and browse to http://localhost:8000
  • Push. Profit.

Acknowledgements

License

See LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].