Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekocode/project-gallery
A webpage to show the projects you have open sourced in github.
https://github.com/nekocode/project-gallery
web
Last synced: 18 days ago
JSON representation
A webpage to show the projects you have open sourced in github.
- Host: GitHub
- URL: https://github.com/nekocode/project-gallery
- Owner: nekocode
- Created: 2018-02-08T17:23:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T13:06:57.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T13:16:20.536Z (3 months ago)
- Topics: web
- Language: JavaScript
- Homepage:
- Size: 902 KB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A webpage to show the projects you have open sourced in github. You can take a look to the [live demo](http://nekocode.cn/project-gallery).
## How to start
0. Request a github [access token](https://github.com/settings/tokens) for the generator script. Then excute `echo your_access_token > token`.
0. Install python module PyGithub `pip install pygithub`.
0. Excute `./gen_data.sh`. It will generate the `data.json` file into your `data` subdirectory.
0. Modify the `data.json`. For example, reorder or classify the repositories.
0. Now you can open the `index.html` to see the final effect.
## Example
Checkout to the branch [`mine`](https://github.com/nekocode/project-gallery/tree/mine) to see my personal example.