Socket
Socket
Sign inDemoInstall

liveblog-client

Package Overview
Dependencies
433
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    liveblog-client

Liveblog Client is a javascript client for Liveblog REST API server.


Version published
Weekly downloads
15
decreased by-31.82%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

Liveblog Client

Liveblog Client is a javascript client for Liveblog REST API server.

Setup

Client requires nodejs installed and a few steps:

npm install -g grunt-cli
npm install # install other node dependencies

After you can start local dev server on port 9000:

grunt server

Running with docker

This also will start frontend on localhost:9000. Change http://localhost:5000 to an actual backend server.

docker build -t liveblog-client:devel ./
docker run -i -p 9000:9000 -t liveblog-client:devel grunt server --server=http://localhost:5000 --force

Also u can start it with default parameters using vagrant:

vagrant up --provider=docker

Info for contributors

Commit messages

Every commit has to have a meaningful commit message in form:

Title
[<empty line>
Description]
[<empty line>
JIRA ref]

Where JIRA ref is at least Issue code eg. LBSD-13.

For trivial changes you can ommit JIRA ref or Description or both: Fix typo in liveblog.translate docs.

CI

You can test your code before sending a PR via: grunt ci

FAQs

Last updated on 08 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc