updated readme
This commit is contained in:
21
README.md
21
README.md
@@ -1,7 +1,12 @@
|
|||||||
# node-pcsclite
|
# node-pcsclite
|
||||||
|
|
||||||
|
[](https://www.npmjs.com/package/@pokusew/pcsclite)
|
||||||
|
|
||||||
Bindings over pcsclite to access Smart Cards. Starting with version **0.4.0** it works in **Linux**, **OS X** and **Windows**.
|
Bindings over pcsclite to access Smart Cards. Starting with version **0.4.0** it works in **Linux**, **OS X** and **Windows**.
|
||||||
|
|
||||||
|
> **Looking for library to work easy with NFC tags?**
|
||||||
|
take a look at [nfc-pcsc](https://github.com/pokusew/nfc-pcsc) which offers easy to use high level API for detecting / reading and writing NFC tags and cards
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
In order to install the package you need to **have installed in the system the
|
In order to install the package you need to **have installed in the system the
|
||||||
@@ -10,13 +15,13 @@ pcsclite libraries**.
|
|||||||
In **macOS** and **Windows** you **don't have to install** anything.
|
In **macOS** and **Windows** you **don't have to install** anything.
|
||||||
|
|
||||||
> For example, in Debian/Ubuntu:
|
> For example, in Debian/Ubuntu:
|
||||||
```bash
|
> ```bash
|
||||||
apt-get install libpcsclite1 libpcsclite-dev
|
> apt-get install libpcsclite1 libpcsclite-dev
|
||||||
```
|
> ```
|
||||||
To run any code you will also need to have installed the pcsc daemon:
|
> To run any code you will also need to have installed the pcsc daemon:
|
||||||
```bash
|
> ```bash
|
||||||
apt-get install pcscd
|
> apt-get install pcscd
|
||||||
```
|
> ```
|
||||||
|
|
||||||
Once you have all needed libraries, you can install using npm:
|
Once you have all needed libraries, you can install using npm:
|
||||||
|
|
||||||
@@ -24,8 +29,6 @@ Once you have all needed libraries, you can install using npm:
|
|||||||
npm install @pokusew/pcsclite --save
|
npm install @pokusew/pcsclite --save
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|||||||
Reference in New Issue
Block a user