npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@humandataincome/connectors

v3.0.1

Published

A set of connectors for data source

Downloads

212

Readme

HUDI-PACKAGE-CONNECTORS

What is this repository for?

A set of connectors to parse, describe, validate and process the data sources provided by websites and social networks. Compatible with NodeJS and with Browsers.

Features included in the package

  • A set of Service Classes to parse the files received by the data sources' zip files.
  • A set of Validators for the file received: a generic validation for raw zip files and a specific validator for each data source supported to filter wanted files from the others.
  • A set of Processors for each specific data source supported to aggregate the data contained into them.

Data sources supported by the library

| Name | Type | Data Aggregator | |:------------|:----:|:---------------:| | Amazon | GDPR | ✓ | | Binance | API | ✓ | | Coinbase | API | ✓ | | Facebook | GDPR | ✓ | | Google | GDPR | ✓ | | Instagram | GDPR | ✓ | | LinkedIn | GDPR | ✓ | | Netflix | GDPR | ✓ | | Reddit | GDPR | ✓ | | Shopify | GDPR | ✗ | | Spotify | GDPR | ✓ | | Twitter | GDPR | ✗ | | TikTok | GDPR | ✓ |

How to use the library:

How to install the library

npm i @humandataincome/connectors

How do I retrieve my personal GDPR data sources?

Instagram

You can find the guide at this link: https://help.instagram.com/181231772500920 under the section Downloading a copy of your data on Instagram.

Alternately, from Android and iPhone, you can find the Request Download under your Settings -> Security -> Download data. From Desktop, you can find it under Settings -> Privacy and security -> Data download -> Request download. Always select the JSON format.

Facebook

Click on https://www.facebook.com/dyi, select Format JSON and Media Quality High, select a Data Range (All time has more information). Scroll at the end of the page and click on the blue button Request a download.

Amazon

Go to https://www.amazon.com/hz/privacy-central/data-requests/preview.html, select Request All Your Data from the drop-down menu and then Submit Request. Check your email address, find the last Amazon's email and click on Confirm Data Request.

Netflix

Go into one of your account' profiles, click on your account's icon in the top-right corner of the window, click on Account, then click Download your personal data under Settings paragraph and finish clicking the red button Send request.

Google

You can find the guide at this link: https://takeout.google.com/.

LinkedIn

From Computer: Click on your icon, click on Settings and Profile, Data privacy, Get a copy of your data and Download the larger Archive.

Shopify

You can find the guide at this link: https://blog.coupler.io/how-to-export-shopify-data/.

Twitch

Go to https://privacyportal.onetrust.com/webform/0e674578-2f0b-4638-8943-97e3c8060048/ee57cd1d-b315-4b29-90cd-4def381b86c9 and compile the form.

Twitter

Go to https://twitter.com/settings/download_your_data.

TikTok

Go to https://www.tiktok.com/setting and follow the procedure after clicking Download your data.

Reddit

Go to https://www.reddit.com/settings/data-request, select GDPR and send the request.


Here for the documentation.