1.1.1 • Published 8 months ago

google-contacts-parser v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Contact List Parser

This is a parser for Outlook or Google contact lists exported as CSV files.

Installation

To use this parser in your project, you can install it via npm:

npm install google-contacts-parser

Usage

import parseContacts from "google-contacts-parser";
...
  // assuming file a buffer
  parseContacts(buffer)
    .then((outputPath) => {
      res.status(200).send({ message: 'File uploaded and parsed successfully.', file: outputPath });
    })
    .catch((error) => {
      res.status(500).send({ error: error.message });
    });

Function

WIP

Testing

This package uses the UVU testing framework. To run the tests, use the following command:

npm test

Contributing

If you find a bug or want to contribute to the code or documentation, you can fork the repository and make changes for a later review and possible project integration.

License

This project is licensed under MIT.

1.1.1

8 months ago

1.1.0

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago