https://github.com/gr2m/github-community-list
Load profiles directly from files on GitHub and display them with JS only
https://github.com/gr2m/github-community-list
Last synced: about 1 year ago
JSON representation
Load profiles directly from files on GitHub and display them with JS only
- Host: GitHub
- URL: https://github.com/gr2m/github-community-list
- Owner: gr2m
- License: apache-2.0
- Created: 2016-10-21T02:48:40.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-10-15T00:01:26.000Z (over 5 years ago)
- Last Synced: 2025-04-21T03:26:39.605Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://gr2m.github.io/github-community-list/
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# github-community-list
> Load profiles directly from files on GitHub and display them with JS only
This is just a demo to show how easy it is to load files directly from GitHub
in order to show them in custom-designed HTML pages.
This demo loads all files from this folder:
https://github.com/fullstackla/pairing-meetup/tree/master/community
The source code is fairly simple: [assets/app.js](assets/app.js).
This demo is using [jQuery](http://jquery.com/) for DOM access and AJAX requests
as well as [markdown.js](https://github.com/evilstreak/markdown-js) for
Markdown-to-HTML parsing.
## instructions
Clone the repository:
`git clone git@github.com:gr2m/github-community-list.git`
Change into that directory:
`cd github-community-list`
Run a server:
`python -m SimpleHTTPServer 8000`
Open in browser:
`http://localhost:8000`