# cordova-plugin-applist3

> Cordova Applist Plugin

Latest version **1.0.6** (published 2018-06-27) · Apache 2.0 license · 0 weekly downloads

## Install

```sh
npm install cordova-plugin-applist3
pnpm add cordova-plugin-applist3
yarn add cordova-plugin-applist3
bun add cordova-plugin-applist3
```

## 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.6 |
| Published | 2018-06-27 |
| First published | 2018-06-26 |
| Weekly downloads | 0 |
| License | Apache 2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 10.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jmreayi2 & Angeliu'S Shurikan |
| Maintainers | angelshurikan |
| Keywords | cordova, app, ecosystem:cordova, list, cordova-android |

## Links

- npm: https://www.npmjs.com/package/cordova-plugin-applist3
- Repository: https://github.com/angelshurikan/Applist
- Homepage: https://github.com/angelshurikan/Applist#readme
- Issues: https://github.com/angelshurikan/Applist/issues
- npm.io page: https://npm.io/package/cordova-plugin-applist3

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2018-06-27
- 1.0.5 — 2018-06-26
- 1.0.4 — 2018-06-26
- 1.0.3 — 2018-06-26

## README

#A plugin to give the list of all installed apps with their icons

##Add the plugin using CLI:

**cordova plugin add https://github.com/angelshurikan/Applist**

or 

**cordova plugin add cordova-plugin-applist3**

##Usage:
        
        var success = function(app_list) { alert(JSON.stringify(app_list)); };
        var error = function(app_list) { alert("Oopsie! " + app_list); };
        Applist.createEvent('', '', '', '', '', success, error)
        
##Detailed usage:        
Gives the list of all apps installed on the phone in a JSON object and also saves an icon of each of them in sdcardd//com.ionicframework.xxx/Cache/ ;        

JSONObject info;
app_list.info.name is app name 
app_list.info.img is app-logo cache in storage--sdcard0 /com.ionicframework.xxx/Cache/ '.png'.
app_list.CATEGORIE_x is boolean

##To Do:

**Add the path to save as an argument in the plugin**

**Add iOS support**

##Support

If you can, please fork me. You can also [donate to us](https://www.paypal.com/ca/cgi-bin/webscr?cmd=_flow&SESSION=xT0cic-TDI4_xvjvPzqbG_KIS3bMJtR2yhoXlDKmr90wnVgHMrjyvQ1Z7nS&dispatch=5885d80a13c0db1f8e263663d3faee8d66f31424b43e9a70645c907a6cbd8fb4) any amount.

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