1.0.9 • Published 9 months ago

@axeptio/privacy-score v1.0.9

Weekly downloads
-
License
BSD 3-Clause Lice...
Repository
github
Last release
9 months ago

About the Project

This repository hosts a flexible rating algorithm designed for accurate rating and ranking based on specified criteria, used on some of our products

Getting Started

⚠️ Prerequisites

  • Install NodeJS

⚙️ Run locally

  • Get a JSON containing some results criteria of a website (cf. taste scoring api)

  • Use this command line with your JSON stringyfied as argument to get the score of the website :

$ npm run score -- [YOUR_JSON_STRINGIFIED]

Contributing

  1. Create your feature branch from the master branch: git checkout -b name/my-new-feature master or git checkout -b name/my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin name/my-new-feature
  4. Submit a pull request and select as the base branch the master branch

Deployment

Publish a new release on Github with a semantic versioning tag.

Unit tests

You can run the unit tests with :

$ npm run test
1.0.9

9 months ago

2024.3.16

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago