A function in JS to make requests to the LinkedIn API

Closed job

Recent jobs from category Coding and IT

  • no avatar
    ohpejka
    Website search engine
    Proposed by freelancer
    13
    30d
    Hello, I am looking for a person to make a website using XAMPP database, I attach the visuals of this website.
  • no avatar
    epoqum.io 57 deals
    I am looking for a contractor for a simple web panel in which we add a customer Customer details, address, phone ora date of inspection and date of next inspection 1-2 months before the end of the inspection the customer will receive an sms message that the inspection ends I care about a simple and cheap solution
  • no avatar
    webmotion 54 deals
    website - wordpress
    Proposed by freelancer
    45
    29d
    Installation and customization of WP in the likeness of the rapmet.pl website, in the scope also to complete the site with the provided materials. The scope of bookmarks 1. about the company ( description of the business) 2. offer (description of the offer and sub-pages that could be added 3. realizations - gallery + descriptions to photos 4. cooperation 5. contact. It is important to be able to expand it with additional sub-pages. Preferably with the help of the selected contractor but on a new order basis in the future if necessary.
  • no avatar
    Swiftproxy 5 deals
    Page update in Next.js
    800.00 PLN
    10
    28d
    We need a couple of updates to the site in next.js: * Adding an ad at the top of the page with information about the Black Friday promotion. * Tracking events on the backend side (Payments, and 2 other events), (Plausible, Google Ads, Bing Ads). * Adding a new login panel for resellers. * Changing the functionality of promo codes Our Tech Stack: * Next.js * Shadcn * TRPC (On the backend). Before approving the contract, I invite you to a quick calla on google meet (15 min). In order to confirm the skills. We need this assignment until 30/10/2024
  • no avatar
    Dorota Jurek
    Web and mobile application
    Proposed by freelancer
    33
    28d
    I am looking for a contractor for an application that users could use through a browser or through a mobile device. Main functions: storing files, saving information along with attaching photos, in-app and email reminders. Gradually, I would like to expand the functionality. Of course, it will be necessary to enable logging, charging for the use of the application, but also support the display of ads for users. Ultimately, several language versions.
  • no avatar
    ITX 1 deal
    I am looking for a programmer (few hours a week) to help with a current web app project (experience with laravel required) Urgent!
  • no avatar
    Michail Dilks
    We are seeking a skilled and passionate Healthcare/Telemedicine Platform Developer to join our team. The ideal candidate will be responsible for designing, developing, and maintaining our telemedicine platform, ensuring it meets the highest standards of security, usability, and functionality. This role will involve collaboration with cross-functional teams, including healthcare professionals, UX/UI designers, and product managers. Requirements: Minimum of 8 years of experience in software development (general) Minimum of 3 years of experience in a Payment integration(include crypto payment) Strong understanding of Node.js, Express.js, and related technologies (e.g., MongoDB, PostgreSQL) Experience with e-commerce platforms or similar complex web applications Proficiency in HTML5, CSS3, and JavaScript (including ES6+ syntax) Familiarity with RESTful APIs and API design principles Knowledge of database modeling and schema design Experience with agile development methodologies (e.g., Scrum) Strong problem-solving skills and attention to detail Excellent communication and teamwork skills
  • no avatar
    RoboWork
    Angular Module - Text Editor
    Proposed by freelancer
    7
    27d
    We will outsource the writing of a module that will accept and return a description string that can be modified with a text editor or visual editor. Compatible with Angular version 15.2.0 What exactly we need: - Visual editor / text editor switch. In the text editor we see the source code, that is, the text with all the html code. In the visual editor we already see the code with active html and css. It is important that the CSS in the editor does not take the css settings from the global css of the project, you will need to do a reset here for this element. available settings in the visual editor: - bold - italics - underline - font size (8,9,10,11,12,14,16,18,24,36) - bullet list - numeric list - centering (alignment, left, right) - adding a hyperlink - adding an image, specifying the URL, width, height and alt values. - creating a table (pressing shirt + enter) is to create a new row.
  • no avatar
    Doch-Jo
    I will order the development of a web application for ordering participation in events, e.g. training courses, along with different levels of acceptance of this participation depending on the assigned role. The application should be able to generate event reports as well as financial reports by person. The application should be able to place files in .pdf format and should automatically generate a contract based on the entered data. The application should show the entire history of orders from the moment of ordering the participation until the completion of the contract.
  • no avatar
    ITX 1 deal
    We are in the process of implementing an innovative web project in the financial industry, for which we are looking for a capable and experienced programmer. The project is based on ready-made templates created in Webflow, and there are key functional elements of the application to be completed. The scope of work includes: - Implementation of login using Google (OAuth). - Integration of online payments using Stripe. - Support for sending emails from within the application. - Communication with the MongoDB database. The project assumes close cooperation with the team, as well as timely completion of tasks within the allotted time. The completion time is 30 days from the start of cooperation. Interested developers, please send me a resume and a portfolio with realizations of a similar theme in a private message. In response, I will provide an overview mock-up version and details of the assignment.
Konrad
Konrad
Employer
Job category:
Web apps
Expected budget:

300.00 PLN

Preferable skills:
Published:
Finished

Job description

Function in JavaScript, will be used for the Chrome extension, which will take the following parameters:

LinkedIn URL (string)

cookies (object taken from the user's session)

addInviteNote (boolean)

inviteNote (string)

The function should work the same way invitations work in the Chrome extension https://octopuscrm.io/

Requests are to be sent to the LinkedIn voyager API (https://www.linkedin.com/voyager/api/) with a request that will result in an invitation to network a person with the specified LinkedIn URL. If addInviteNote === true, it should send an invitation with the specified note. The function should then return true if the invitation was successful, or return Error with an appropriate reason, (no invitations to use, error in url, etc.). To be executed without using external libraries.