# hoodie-plugin-paranoia

> Paranoia Hoodie plugin

Latest version **0.1.3** (published 2015-03-08) · 0 weekly downloads

## Install

```sh
npm install hoodie-plugin-paranoia
pnpm add hoodie-plugin-paranoia
yarn add hoodie-plugin-paranoia
bun add hoodie-plugin-paranoia
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2015-03-08 |
| First published | 2015-03-08 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | gabrielmancini |

## Links

- npm: https://www.npmjs.com/package/hoodie-plugin-paranoia
- Repository: https://github.com/greenlizard/hoodie-plugin-paranoia
- Issues: https://github.com/greenlizard/hoodie-plugin-paranoia/issues
- npm.io page: https://npm.io/package/hoodie-plugin-paranoia

## Dependencies (7)

- [async](https://npm.io/package/async.md) ^0.9.0
- [debug](https://npm.io/package/debug.md) ^2.1.0
- [follow](https://npm.io/package/follow.md) ^0.11.4
- [underscore](https://npm.io/package/underscore.md) ^1.7.0
- [hoodie-plugin-users](https://npm.io/package/hoodie-plugin-users.md) ^2.1.3
- [hoodie-utils-plugins](https://npm.io/package/hoodie-utils-plugins.md) ^0.1.1
- [hoodie-plugin-appconfig](https://npm.io/package/hoodie-plugin-appconfig.md) ^2.0.1

## Recent versions

- 0.1.3 (latest) — 2015-03-08

## README

hoodie-plugin-paranoia
====================
[![Build Status](https://travis-ci.org/greenlizard/hoodie-plugin-paranoia.svg?branch=master)](https://travis-ci.org/greenlizard/hoodie-plugin-paranoia) [![Dependencies](https://david-dm.org/greenlizard/hoodie-plugin-paranoia.png)](https://david-dm.org/greenlizard/hoodie-plugin-paranoia) [![devDependency Status](https://david-dm.org/greenlizard/hoodie-plugin-paranoia/dev-status.svg)](https://david-dm.org/greenlizard/hoodie-plugin-paranoia#info=devDependencies) [![Code Climate](https://codeclimate.com/github/greenlizard/hoodie-plugin-paranoia/badges/gpa.svg)](https://codeclimate.com/github/greenlizard/hoodie-plugin-paranoia)

## Dependencies
```shell
  hoodie install hoodie-plugin-paranoia
```
for cordova/phonegap users
```shell
  bower install hoodie-plugin-paranoia
```

## Setup client
```html
 <script src="/_api/_files/hoodie.js"></script>
```
for cordova/phonegap users

```html
  <script src="<bowerdir>/hoodie/dist/hoodie.js"></script>
  <script src="<bowerdir>/hoodie-plugin-paranoia/hoodie.paranoia.js"></script>
```

## API (Dream Code)
-  [x] hoodie.paranoia.follow(login)
-  [x] hoodie.paranoia.unfollow(login)
-  [x] hoodie.paranoia.post({text: 'text'}, /*opitional*/ {type: [plugin.enum]})
-  [x] hoodie.paranoia.getPost({id: 'postId')
-  [x] hoodie.paranoia.updatePost({id: 'postId',text: 'text'}, /*opitional*/ {type: [plugin.enum]})
-  [x] hoodie.paranoia.deletePost({id: 'postId'}, /*opitional*/ {type: [plugin.enum]})
-  [x] hoodie.paranoia.comment(postId, {text:'text'})
-  [x] hoodie.paranoia.updateComment({ id: 'postId'}, {id: 'commentId'})
-  [x] hoodie.paranoia.deleteComment({ id: 'postId'}, {id: 'commentId'})
-  [x] hoodie.paranoia.count(postId, [type.enum]) 
-  [x] hoodie.paranoia.uncount(postId, [type.enum])
-  [x] hoodie.paranoia.like(postId) 
-  [x] hoodie.paranoia.unlike(postId)
-  [x] hoodie.paranoia.feed(postId)
-  [x] hoodie.paranoia.share(postId)
-  [x] hoodie.paranoia.abuse(postId)
-  [x] hoodie.paranoia.following(/*opitional*/ login)
-  [x] hoodie.paranoia.followers(/*opitional*/ login)
-  [x] hoodie.paranoia.getProfile(/*opitional*/ login)
-  [x] hoodie.paranoia.updateProfile(/*opitional*/ login, profileObject)

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