Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# @streamjar/frontend-common
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FStreamJar%2Ffrontend-common.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FStreamJar%2Ffrontend-common?ref=badge_shield)

frontend-common is a shared library shared between our frontends ([frontend2](https://control.streamjar.tv), [usersite2](https://luke.streamjar.gg), [developers](https://developers.streamjar.io)) which aids in execution of HTTP requests and any other shared logic.

For simplicity, this is a new repository. You can find the archived frontend-common (and frontend1 version) [here](https://github.com/StreamJar/blipjar-frontend-common)
Expand Down Expand Up @@ -71,4 +73,7 @@ export class JarService extends HttpService {
```

## About
This is configured as a mono-repo, using [lerna](https://lernajs.io/). Publishing should not be done manually.
This is configured as a mono-repo, using [lerna](https://lernajs.io/). Publishing should not be done manually.

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FStreamJar%2Ffrontend-common.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FStreamJar%2Ffrontend-common?ref=badge_large)