egoist / egoist/loglive

Support name and url as arguments

Open
#2 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
152
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Hey,

Thanks for this project, it's awesome!

I'm trying to add it into my current projects. For example, loading [voll changelog](https://github.com/Kikobeats/voll/blob/master/CHANGELOG.md), this is the result:

screen shot 2017-10-08 at 00 06 54

This happenede because mi changelog doesn't have a header defined. I could do it, but this means I have to update +200 repositories!

Could be possible add `name` and `url` on the component arguments? Like:

```js
new LogLive({
el: '#app',
changelog: 'https://raw.githubusercontent.com/Kikobeats/voll/master/CHANGELOG.md',
name: 'voll',
url: 'https://voll.js.org'
})
```

Expected result:

screen shot 2017-10-08 at 00 10 24

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.