
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@olian/github-readme
Advanced tools
A custom element that renders the readme of a github repository
<script src="https://unpkg.com/@olian/github-readme"></script>
<github-readme
user="olian04"
repository="github-readme"
></github-readme>
Click here to see this page rendered using github-readme :smile:
Or click here to see a multi page demo in a jsfiddle
npm install @olian/github-readme
<github-readme
user="olian04"
repository="github-readme"
branch="master"
index="/README.md"
navigation="full"
bookmarks="[License](/LICENSE);[Demo](/index.html)"
style=""
id=""
class=""
></github-readme>
| property | default | description |
|---|---|---|
| user | The name of the github user that owns the repository | |
| repository | The name of the github repository you want to display | |
| branch | master | The name of the git branch you want to display |
| index | /README.md | The path to the index file. |
| navigation | full | none will hide the navigation bar. history will only show the back, forward and reload buttons. full will show the history navigation as well as a bookmarks row. |
| bookmarks | Optional bookmarks provided in the form of a simecolon separated string of markdown links. [TITLE](LINK);[TITLE](LINK);[TITLE](LINK) | |
| style | Optional styles passed down to the top most element of the component. | |
| id | Optional id passed down to the top most element of the component. | |
| class | Optional class passed down to the top most element of the component. |
Note: github-readme uses unauthenticated requests to the github api and is there for limited by its rate limiting rules.
For unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making requests.
See Licence
FAQs
A custom element that renders the readme of a github repository
The npm package @olian/github-readme receives a total of 1 weekly downloads. As such, @olian/github-readme popularity was classified as not popular.
We found that @olian/github-readme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.