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

https://github.com/jaroslawpokropinski/screen-sharing-web

Screen-sharing-web is an app allowing users to share their screen in browser.
https://github.com/jaroslawpokropinski/screen-sharing-web

react reactjs screensharing web

Last synced: 4 months ago
JSON representation

Screen-sharing-web is an app allowing users to share their screen in browser.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/JaroslawPokropinski/screen-sharing-web.svg?branch=master)](https://travis-ci.org/JaroslawPokropinski/screen-sharing-web)
[![Netlify Status](https://api.netlify.com/api/v1/badges/e9ff8406-7667-46c1-8d70-798cf9eaa744/deploy-status)](https://app.netlify.com/sites/screensharing/deploys)

# screen-sharing-web

Screen-sharing-web is an app written in web technologies allowing users to share their screen in browser.

## Usage

Use node 12.

```npm i
npm run build
npm start
```