# 10cartsharing

Latest version **1.0.3** (published 2015-12-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install 10cartsharing
pnpm add 10cartsharing
yarn add 10cartsharing
bun add 10cartsharing
```

Provides the command `cart-server`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2015-12-30 |
| First published | 2015-12-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+8 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Ido Schachter |
| Maintainers | id0sch |

## Links

- npm: https://www.npmjs.com/package/10cartsharing
- Repository: https://github.com/id0Sch/cart-sharing
- Homepage: https://github.com/id0Sch/cart-sharing#readme
- Issues: https://github.com/id0Sch/cart-sharing/issues
- npm.io page: https://npm.io/package/10cartsharing

## Dependencies (3)

- [lodash](https://npm.io/package/lodash.md) ^3.10.1
- [express](https://npm.io/package/express.md) ^4.13.3
- [socket.io](https://npm.io/package/socket.io.md) ^1.3.7

## Recent versions

- 1.0.3 (latest) — 2015-12-30
- 1.0.2 — 2015-12-30
- 1.0.1 — 2015-12-30
- 1.0.0 — 2015-12-30

## README

<content>
# Cart sharing
Allows you to simply share your 10bis orders with others nearby
requires extension + express server.

## constraints
1. this was created in a one-day hackathon and the code reflects that fact :)
2. the creator of the cart should be the one to actually order.
3. the creator of the cart should have order permissions for all peers that join the order

## Installation

server: `npm install -g 10cartsharing`

extension: https://chrome.google.com/webstore/detail/10bis-cart-sharing/bhiegjkgahobnemndmeenikhbkibjnij?hl=en-US&gl=IL&authuser=1
## Usage
run server: `cart-server`

extension: configure the server using the options page, should have url to your server, i.e : http://localhost:3000

## Todo 
* remove traces
* use chrome ports for continues messaging
* handle order confirmation - should notify all and remove user from list (clear cookies to all joined users)
* prettify code and use best practices
* chrome desktop notifications
* ga
* server-less (?)
* localization

## License
MIT
</content>

---
_Source: https://npm.io/package/10cartsharing · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
