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

https://github.com/rumkin/copybar

CopyBar: supportive development component specification
https://github.com/rumkin/copybar

Last synced: 5 months ago
JSON representation

CopyBar: supportive development component specification

Awesome Lists containing this project

README

          

# CopyBar

CopyBar is a component which helps developers to provide information about others' code they use in web applications they create. This should help authors of libraries to advertise own work and receive some value from it.

## Proposal

Convert copyright message like "©, Author, 2019" into group of links or buttons, where:

* "©" refers to about section with app dependencies
* "Author" refers to author's information
* "2019" refers to app's changelog.

![Animated demonstation](./assets/demo.gif)

### About section

This section contains license information, list of used packages, application name and version.

![About section draft](https://thepracticaldev.s3.amazonaws.com/i/akzwu45xfso5fl2syjzh.png)

### Author section

This section doesn't require any particular structure.

### Changelog section

Present valuable information into a web app about its' changes. Should hold list of versions with changes and links to commits.

![Changelog section draft](https://thepracticaldev.s3.amazonaws.com/i/yuhqax22di8tfdith2eh.png)

## Preview

* [Codesandbox preview](https://codesandbox.io/s/interesting-water-srxn7?fontsize=14&view=preview).

## Real life example

You can see it in action at Code-to-Image web app:
* [About](https://code-to-image.now.sh/#copyright).
* [Author](https://code-to-image.now.sh/#author).
* [Changelog](https://code-to-image.now.sh/#changelog).

## License

MIT © [Rumkin](https://rumk.in)