An open API service indexing awesome lists of open source software.

https://github.com/caged/lighthouse-badge

Easily add your Lighthouse tickets to your GitHub wiki
https://github.com/caged/lighthouse-badge

Last synced: about 1 year ago
JSON representation

Easily add your Lighthouse tickets to your GitHub wiki

Awesome Lists containing this project

README

          

## Add Lighthouse Tickets To Your GitHub Wiki

***NOTE: This will not work on private GitHub project wikis***

### Create a READONLY API token in Lighthouse
[Log into your profile on Lighthouse](https://sera.lighthouseapp.com/login). In the sidebar,
choose the account and project you're wanting to show. It's important that this is a *READ ONLY*
key and the project is OSS or public because anyone can see your key.

### Add the code to your GitHub wiki
Add the code below to the wiki page you want to show Lighthouse tickets on.
Because GitHub sanitizes inline scripts, you'll need to specify your account, token and a
custom query if you'd like on a span element with the id **lighthouse-parameters**.



ul.lh-tickets {
list-style:none;
}

ul.lh-tickets li {
display:block;
padding:6px 0 !important;
border-bottom: 1px solid #eee;
}

ul.lh-tickets a {
position:relative;
}
ul.lh-tickets a:hover {

}

ul.lh-tickets a strong {
color:#555 !important;
font-weight:bold;
width:42px;
float:left;
}


13680c7b2c869868cfd87963df8e8252202d9a0d