Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HubSpot/signet

Display a unique seal in the developer console of your page
https://github.com/HubSpot/signet

Last synced: 19 days ago
JSON representation

Display a unique seal in the developer console of your page

Awesome Lists containing this project

README

        

## Signet

#### Display a unique seal in the developer console of your page.

### [Demo](http://github.hubspot.com/signet)

### Features

- Display a unique seal in the console
- Display links in the console to your Twitter and GitHub sites with icons displayed next to them

### Use

First, make sure you include the script in your page.

```html

```

[CDN Support by MaxCDN](http://osscdn.com/#/signet)

```html

```

Next, add either or both of the following `` tags to the `` of your page:

```html

```

#### Download

##### [script.min.js](https://raw.github.com/HubSpot/signet/v0.4.8/signet.min.js)
##### [script.js](https://raw.github.com/HubSpot/signet/v0.4.8/signet.js)

### Dependencies

None.

### Support

- Chrome 26+
- Opera with Blink (15+)
- Safari Nightly (537.38+)

Signet will harmelessly disable itself on older browsers without advanced console styling support.

### Screenshot

![](http://github.hubspot.com/signet/images/signet/preview.png)

---------------

### Title Signet

An earlier version of this library featured the ability to display a unique seal based on the title of the page, rather than the author list. This has been moved to the [titleSignet](https://github.com/HubSpot/signet/tree/master/titleSignet) directory of this repo. It contains its own README and has a different configuration.