Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arshadkazmi42/firefox-cookie-path
Get firefox cookie sqlite db path crossplatform
https://github.com/arshadkazmi42/firefox-cookie-path
cookie-path crossplatform firefox firefox-cookie-path sqlite
Last synced: 24 days ago
JSON representation
Get firefox cookie sqlite db path crossplatform
- Host: GitHub
- URL: https://github.com/arshadkazmi42/firefox-cookie-path
- Owner: arshadkazmi42
- License: mit
- Created: 2019-08-25T16:06:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T05:31:53.000Z (over 2 years ago)
- Last Synced: 2024-11-28T01:09:22.091Z (about 1 month ago)
- Topics: cookie-path, crossplatform, firefox, firefox-cookie-path, sqlite
- Language: JavaScript
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# firefox-cookie-path
[![Build](https://github.com/arshadkazmi42/firefox-cookie-path/actions/workflows/nodejs.yml/badge.svg)](https://github.com/arshadkazmi42/firefox-cookie-path/actions/workflows/nodejs.yml)
[![NPM Version](https://img.shields.io/npm/v/firefox-cookie-path.svg)](https://www.npmjs.com/package/firefox-cookie-path)
[![NPM Downloads](https://img.shields.io/npm/dt/firefox-cookie-path.svg)](https://www.npmjs.com/package/firefox-cookie-path)
[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/firefox-cookie-path.svg)](https://github.com/arshadkazmi42/firefox-cookie-path)
[![LICENSE](https://img.shields.io/npm/l/firefox-cookie-path.svg)](https://github.com/arshadkazmi42/firefox-cookie-path/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/firefox-cookie-path.svg)](https://github.com/arshadkazmi42/firefox-cookie-path/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/firefox-cookie-path.svg)](https://github.com/arshadkazmi42/firefox-cookie-path/commits/master)Get firefox cookie sqlite database path - crossplatform
## Install
```
npm i firefox-cookie-path
```## Usage
```javascript
const firefoxCookiePath = require('firefox-cookie-path');
const cookiePath = firefoxCookiePath('default', 'darwin');
console.log(cookiePath);// Output
// /Users/arshad/Library/Application Support/Firefox/Profiles/w2ddsss2.default```
## Contributing
Interested in contributing to this project?
You can log any issues or suggestion related to this library [here](https://github.com/arshadkazmi42/firefox-cookie-path/issues/new)Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase