Commit Graph

46 Commits

Author SHA1 Message Date
Martin Endler
7380a20697 Add GitHub Actions CI (close #29) 2020-02-07 23:01:02 +01:00
petrzjunior
72d3c5a35e Update README.md with Linux driver instructions 2020-01-26 12:50:43 +01:00
Martin Endler
27eaa04de3 Improve README 2020-01-26 00:56:14 +01:00
Martin Endler
549b47d375 Fix typo in README
Add a new FAQ to README
2020-01-26 00:55:10 +01:00
Martin Endler
1f5416db6b Update supported version in README 2020-01-25 23:29:01 +01:00
Martin Endler
05be030e4e Update supported version in README 2020-01-25 23:25:42 +01:00
Martin Endler
5de4cc4fb4 Improve README 2020-01-25 00:38:58 +01:00
Martin Endler
10f96258a7 Improve README 2020-01-25 00:30:34 +01:00
Martin Endler
27cdd84d23 Add info about supported Node.js version to README 2020-01-25 00:20:58 +01:00
Martin Endler
297cf3da14 Fix links to the pcsclite API in README 2020-01-25 00:17:25 +01:00
Martin Endler
d9cbaa4116 Improve README (close #12) 2020-01-25 00:14:38 +01:00
Martin Endler
e5da9a124e Fix typos in README 2020-01-24 22:08:57 +01:00
Martin Endler
caba89fbb8 Improve README 2020-01-24 22:07:10 +01:00
Martin Endler
74d0b388c6 Fix example 2020-01-24 21:59:06 +01:00
Martin Endler
0a631beacb Fix require module name in README example
Upgrade dependencies
2019-02-21 20:43:10 +01:00
Martin Endler
cf4c105961 Fix npm badge in README 2019-01-07 01:04:25 +01:00
Martin Endler
0fa39f7140 Improve README (use spaces instead of tabs in code example to improve viewing on GitHub) 2018-12-20 04:45:22 +01:00
Martin Endler
b00c0afa3a Update example code in README to reflect examples/example.js 2018-12-20 04:14:02 +01:00
Martin Endler
6104637e01 Add TypeScript declaration file
Expose list of readers via pcsclite.readers
2018-12-20 04:11:56 +01:00
Martin Endler
a10430fb73 Fix links in README 2017-03-13 18:46:23 +01:00
Martin Endler
69ca9a503d Improve LICENSE
Improve package.json
2017-03-13 18:37:00 +01:00
Martin Endler
7e8c3390f6 Update README 2017-02-20 04:11:53 +01:00
Martin Endler
6a1f59eebb Update README 2017-01-26 20:18:13 +01:00
Martin Endler
b836f65371 Add Discord badge to README 2017-01-26 19:57:15 +01:00
Martin Endler
89aa567f4e Update README 2017-01-26 19:46:37 +01:00
Martin Endler
14e83642ce updated readme 2016-08-10 21:03:22 +02:00
Martin Endler
c3c3cf33ef fixed parse readers string function
added .editorconfig
formatted code
updated dependencies
improved package.json
fixed version number
2016-08-10 20:39:11 +02:00
Santiago Gimeno
f1a012cdd2 doc: update README.md with supported OS's 2015-05-27 16:09:29 +02:00
mifi
e387cc0edc doc: fix example from README 2015-02-02 17:11:45 +01:00
The Gitter Badger
bbe2a1a285 Added Gitter badge 2014-10-15 08:18:12 +00:00
Santiago Gimeno
d7dfb805a8 doc: document PCSCLite::close, CardReader::close
- Update example accordingly.
2014-09-26 13:14:51 +02:00
Santiago Gimeno
44b0c3e479 example: connect with SHARED share_mode
- This way the example works both in Linux and OS X. See:
  https://github.com/santigimeno/node-pcsclite/issues/14#issuecomment-56665208
2014-09-24 16:15:11 +02:00
Santiago Gimeno
d00d7adb12 doc: add node installation instructions 2014-09-19 11:21:34 +02:00
Santiago Gimeno
f6978a685d doc: fix copy/paste typo 2014-08-06 12:47:51 +02:00
Santiago Gimeno
3c8b2c9f4b src: add disposition parameter to disconnect 2014-08-06 12:06:17 +02:00
Santiago Gimeno
6629703927 doc: improve README style 2014-07-29 18:47:58 +02:00
Santiago Gimeno
279bc112ce src: improve SCardConnect interface
- We can optionally pass the share_mode and preferred_protocol options. They are
  optional to keep backwards compatibility.
- Update README
- Define constants in C++ land.
2014-07-29 12:18:20 +02:00
Santiago Gimeno
bb87f0b09c doc: Update README
- Improve format.
- Document API.
2014-07-28 13:10:47 +02:00
Bitdeli Chef
b8b6a97b50 Add a Bitdeli badge to README 2013-12-03 09:32:18 +00:00
Santiago Gimeno
3cb970a04b Use the protocol parameter in CardReader.transmit
- We were simply hard-coding the T=0 protocol.
2013-10-16 17:03:18 +02:00
Santiago Gimeno
1f59246876 Improve example
- Call cardreader.connect on card insertion, cardreader.disconnect
  on card removal.
- It fixes bug #3.
2013-07-06 22:17:56 +02:00
Santiago Gimeno
3f2a1b5e4e CardReader status event should return the ATR
- Of the inserted card.
- Refactoring of the code that creates a Buffer instance into a
  separate function.
- Update the example and README
- It fixes bug #2
2013-07-05 17:25:18 +02:00
Ludovic Rousseau
4226589bef Remove an extra typographical character 2013-06-28 19:01:24 +02:00
Santiago Gimeno
6c63f5df31 Update README 2013-06-25 18:58:08 +02:00
Santiago Gimeno
b40f9a2f88 Initial Implementation 2013-06-20 16:37:28 +02:00
Santiago Gimeno
0484b764bf Initial commit 2013-06-20 03:29:56 -07:00