Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

github.com/diwakarvedant07/duplicate-contact-finder

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/diwakarvedant07/duplicate-contact-finder


Version published
Created
Source

bbt-golang

Technologies Used

  • Go
  • SQLite
  1. GET / Endpoint to check if the API is accessible
  2. GET /customers Endpoint to fetch data for all users in the database
  3. DELETE /clearDB - Requires a valid bearer token to be sent to reset the database
  4. POST /identify Endpoint to identify, categorise, and process an new incoming request.
  • Input:
{
    "email": "your_email@example.com",
    "phoneNumber": "9090909090"
}
  • Output Format:
{
    "contact": {
        "primaryContactId": 1,
        "emails": ["your_email@example.com"],
        "phoneNumbers": ["9090909090"],
        "secondaryContactIds": []
    }
}

Build Instructions

  1. Clone the repository

    git clone https://github.com/diwakarvedant07/duplicate-contact-finder.git
    
  2. Change Directory

    cd bbt-golang
    
  3. Build

    go build -o dup-finder.exe
    
  4. Run

    ./dup-finder
    
  5. Misc

    Refer to the example.env file for required environment variables

FAQs

Package last updated on 13 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc