Mcx live data api jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 mcx live data api jobs found, pricing in USD

    I'm looking to develop a casino game API specifically for a slot machine. The API should support payment and payout in India. Key Requirements: - **Payment Integration**: The API should seamlessly integrate E-wallets for easy transactions. Ensuring this function is secure and user-friendly is paramount. - **Real-time Game Updates**: The API should have the capability to provide real-time game updates. This feature is crucial for the slot machine game to run smoothly and keep our users engaged. Ideal candidates for this project should have experience in casino game development and API integration, particularly with E-wallets. Understanding the nuances of the Indian payment landscape would be an added advantage. Experience in creating real-time game...

    $407 (Avg Bid)
    $407 Avg Bid
    7 bids

    I'm in need of a giveaway bot for TikTok Live. The bot is expected to have the following functionalities: - Automatic Winner Selection: The bot should be able to randomly choose a winner based on comments received during the live session. This feature is crucial to maintaining fairness and transparency during the giveaway. - Customizable Entry Requirements: I'm looking for a bot with the ability to set specific entry requirements. In this case, I'd like to be able to customize the giveaway by requiring participants to use specific hashtags. This will help in promoting the contest and ensuring it reaches the desired target audience. - Real-time Comment Monitoring: As the giveaway progresses, the bot should be able to monitor comments in real-time. This featur...

    $130 (Avg Bid)
    $130 Avg Bid
    24 bids

    ... Responsibilities: - Collaborate with the Bayard development team to design and implement a responsive and intuitive web interface for the AI research assistant. - Develop clean, maintainable, and efficient front-end code using modern web technologies such as HTML, CSS, and JavaScript. - Integrate the front-end with the back-end API endpoints to enable seamless communication and data exchange. - Optimize the web interface for performance, ensuring fast loading times and smooth user interactions. - Implement user authentication and authorization mechanisms to ensure secure access to the application. - Conduct thorough testing and debugging to identify and fix any front-end issues or bugs. - Stay up-to-date with the latest front-end development trends

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    58 bids

    ...which is developed using PHP. I already have my mind set on using Google Cloud Speech-to-Text API for this. Key requirements for the voice search implementation include: - Enabling voice search for content navigation: Users should be able to navigate through my website using their voice, reducing the dependency on traditional text-based searches. - Enabling voice search for information retrieval: Users should be able to ask questions and receive relevant information from the website using voice commands. Ideal Skills & Experience: - Proficiency in PHP development is a must, as my website is built on this platform. - Experience in integrating third-party APIs, particularly Google Cloud Speech-to-Text API. - Prior work on implementing voice search functionality in webs...

    $176 (Avg Bid)
    $176 Avg Bid
    27 bids

    I'm seeking a skilled Python developer with experience in algorithmic trading to create a bespoke algorithm specifically for the optimization of trading strategies in the crude oil market. Key Requirements: - The algorithm should be written in Python....Experience: - Proficiency in Python for algorithmic development. - Previous experience in creating and optimizing trading algorithms. - Specific experience in crude oil trading is highly preferred. - A solid understanding of trading strategy optimization. The successful freelancer will be expected to not only create the algorithm but also demonstrate its effectiveness through backtesting and potentially, live trading scenarios. The key outcome will be an automated trading system that is specifically tailored for the crude oil ...

    $86 (Avg Bid)
    $86 Avg Bid
    5 bids

    I am looking to create a Windows exe trading application that will leverage an API for automated trading strategies. Key Features: - Order Placement and Management: The primary function of the app is to place and manage trades based on predefined criteria. It should be able to execute trades automatically without the need for manual intervention. Ideal Candidate: I am seeking a developer with a background in finance and algorithmic trading who can bring the following skills and experience to the project: - Proficiency in Windows application development using Python or similar languages. - Experience with trading APIs, particularly in the context of order execution and management. - A solid understanding of trading strategies and the ability to translate these into functional cod...

    $301 (Avg Bid)
    $301 Avg Bid
    4 bids

    It is necessary finish a web application in python + django regard the statistic of stocks. So it is necessary: some fetaures of some filter; -. make some change to mysql database and api to datafeed. -. verify the formulas and add some features; -. make better the design. - create an admin page with security login and import stocks manually. Please answer only if you can show similar experiences

    $137 (Avg Bid)
    $137 Avg Bid
    23 bids

    Dear translator, We are a company that develops live streaming and video chat apps. We are looking for native translators in various languages for a localization project regarding the FAQ sections of our apps. We will be sharing a Sheets file with the texts that contains HTML codes and placeholders, Therefore, this project requires a lot of close attention to detail and preferably, past experience working with HTML codes. The file has two tabs. The first one needs to be localized, while the second tab needs to be proofread. The tone of the translations should be friendly, inviting, and informal. The first tab is 1800-words-long, but a considerable amount of the answers has repetitions. The second tab is 932 words-long in English. Ideally, we will be asking you to install at lea...

    $33 / hr (Avg Bid)
    $33 / hr Avg Bid
    36 bids

    I need a custom WHMCS module that will take my DNS management to the next level. This module should: - Offer comprehensive DNS record management capabilities - Provide...management options In terms of the user interface, I'm looking for a blend of simplicity and modernity. So, the UI should be: - Simple and intuitive for users to easily navigate and use - Modern and sleek to align with the current design trends The key part of this project is integrating with a custom DNS service. This means the module will need to be: - Compatible with the custom DNS service I use (API) is available - Highly functional for smooth integration and operation Ideal candidates should have experience with: - WHMCS module development - DNS management systems - Custom UI/UX design - Third-par...

    $39 (Avg Bid)
    $39 Avg Bid
    8 bids

    ...Registration System: Develop a comprehensive and secure user registration and authentication system. Ensure scalability and seamless user experience. Live Chat Feature: Implement a resilient and real-time live chat system. Ensure high availability and responsiveness. Advanced Machine Learning Integration: Develop and integrate advanced machine learning algorithms to enhance user experience and platform functionality. Key machine learning functionalities should include: a. Recommendation System: Tailor user experience by recommending content or products based on past interactions and preferences. b. Data Analysis and Prediction: Provide insightful data analysis and predictive capabilities to offer future trend predictions and valuable insights. Submission Requ...

    $66 / hr (Avg Bid)
    $66 / hr Avg Bid
    17 bids
    Dotnet developer 6 days left

    Required a dot net developer. Speacialized in Microservices acrhitecture based solution. Dotnet Core, C#, SQL, Data transformation, API gateway, Auth based security.

    $439 (Avg Bid)
    $439 Avg Bid
    17 bids
    Java Code Fix Needed 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    $25 (Avg Bid)
    $25 Avg Bid
    14 bids

    ...few to earn the new IFC badge on your profile so that you can stand out! (Upon successful completion of the test) - Priceless! ➡️ Unlock hours of groundbreaking video content I’ve been working on for months that's nowhere else to be found. (399 USD, INCLUDED!) ➡️ Numerous attachments with client conversation pipelines, strategies, tools and much more! (199 USD, INCLUDED!) ➡️ Dive into biweekly live streams with the masters, ask anything you want, and pick up secrets they don't just share with anyone. (100 USD per hour, INCLUDED!) ➡️ An overview with my thoughts of all newsletters I'm subscribed to in freelancing/AI/Digital, giving you the edge you need. (99 a month, INCLUDED!) ➡️ ️Personal guidance & mentoring from best freelancers (From 80-120 USD p...

    $28 (Avg Bid)
    $28 Avg Bid
    1 bids

    I am looking for an experienced developer to create a Hangman game using React and utilising a specific API for generating random words. This game will implement particular features of my choosing but will not revolve around any specific visual theme or elements. Key Requirements: - In-depth knowledge and experience working with React. - Understanding and previous work with APIs, specifically in random word generation. - Ability to implement specific features to enhance the hangman game experience. Expected Deliverables: - A fully functional hangman game that runs smoothly and is bug-free. - Proper integration with the pre-selected random word generation API. Note: Although no specific visual elements or themes are required, creativity is appreciated in the design process ...

    $135 (Avg Bid)
    Urgent
    $135 Avg Bid
    36 bids

    I need to automate the process of sending UPI payment links to my clients and recording the payments they make. Key Requirements: - Integrate UPI as a payment method for my business - Develop a system that au...UPI as a payment method for my business - Develop a system that automatically sends the payment links to customers - Record the customer details and the payment information each time a payment is made The ideal freelancer for this project will have: - Proficiency in UPI and payment gateway integrations - Experience in automating payment processes - Familiarity with WhatsApp API for sending messages - Knowledge of data recording and management systems - Previous experience in developing similar systems would be a plus Please indicate your relevant experience when bi...

    $153 (Avg Bid)
    $153 Avg Bid
    11 bids

    I have a wix website and sell products via wix STORE. I need to integrate Viva Wallet as a payment provider. I am looking for a VELO professional or PHP code knowledge to create a cash out and integrate the payment API key.

    $163 (Avg Bid)
    $163 Avg Bid
    51 bids

    ...of a skilled Full Stack Python Developer to primarily focus on back-end development tasks. The main areas of focus include: - User Authentication & Authorization: Implement a secure user authentication system to ensure data integrity and user privacy. - API Development & Integration: Develop new APIs and integrate with existing ones, for seamless communication between various components of the platform. - Data Processing & Analytics: Implement robust data processing and analytics functionalities to make informed decisions and gain insights from user interactions and other data sources. You will also be responsible for: - Payment Gateway Integration: Integrate payment gateways to facilitate transactions within the platform. - Social Media ...

    $2229 (Avg Bid)
    $2229 Avg Bid
    67 bids

    I have a Vue 3 application that uses Quasar. The application is basically a blog with a few routes and simple pages. It uses backend API to fetch the data for articles. I want to deploy this app ideally to Vercel or Netlify. For SEO reasons, I want to use server-side rendering (SSR) so that user receives already rendered HTML and the API call is not necessary on the client. On the client, the app should hydrate so that it becomes interactive. The app is already working and when it is deployed without SSR, it works correctly. So you don't need to develop the app. You will need to configure the SSR in the project, configure the deployment location (Vercel or Netlify), and potentially adjust the existing JS code so that it works correctly in SSR environment (maybe ...

    $161 (Avg Bid)
    $161 Avg Bid
    38 bids

    I'm in need of a concert ticket bot that can operate on several platforms, including Ticketmaster, Live Nation, ThaiTicketMajor, and BookMyShow Malaysia. The ideal bot should be able to perform several functions: - IS A MUST TO KNOW WHAT IS QUEUE-IT SYSTEM - Search and display available tickets - Add tickets to cart and checkout - Send notification when tickets are available - Simultaneous requests : send multiple requests at once to increase chances of securing tickets - Queue management : handle queue-it system's virtual waiting room effectively, maintain session and user states to handle queue redirects - Human Simulation : mimic human behavior to avoid detection (randomized request intervals) - Technical requirements - use session management and different proxies/ips,...

    $182 (Avg Bid)
    $182 Avg Bid
    22 bids

    ...proficient developer to help me build a private API management console for the game Rust, using the Gportal private API. The core functions of the Console Rust Gportal Private API are mainly centered on player data retrieval, server status updates and server configuration management. Here's an overview of the project requirements: - You will be responsible for building a secure and user-friendly private API management console specifically for Rust, using the Gportal private API. - The system should allow for the retrieval of player data, server status updates, and server configuration management. - The UI should be intuitive and engaging, allowing for easy navigation and efficient use. - The system should be able to handle high vo...

    $72 (Avg Bid)
    $72 Avg Bid
    24 bids

    I am in need of a skilled video creator who can produce a compelling mixed media video. The primary objective of this video will be to promote our product to a target audience of business professionals. Key requirements: - The video needs to be a combination of animation and live-action elements. The animation should be engaging and professional, while the live-action parts should be shot in a way that resonates with our audience. - As this is a product promotion video, clear and effective communication of the benefits and features of the product is essential. The video should be able to convey a strong call to action. Ideal Skills and Experience: - Proven experience in creating mixed media promotional videos. - A solid understanding of the needs and preferences of busines...

    $27 (Avg Bid)
    $27 Avg Bid
    22 bids

    I am looking to build a travel portal primarily catered to individual travelers. The portal should incorporate features facilitating flight bookings and hotel reservations: Main Feature...straightforward booking procedures. - Professional and visually appealing: Considering the target audience, the design must be aesthetically pleasing and project a professional image. Ideal Skills and Experience for the Job: - Extensive experience in web development and design. - Proven capability in developing travel booking platforms. - Knowledge in integrating APIs, specifically the PartoCRS API. - Creativity and an eye for detail in designing user-friendly and appealing portals. Your expertise and creativity in creating this engaging travel portal for individual travelers will be greatly ap...

    $482 (Avg Bid)
    $482 Avg Bid
    93 bids

    I'm in search of someone who can help me locate specific types of ants found in Thailand, Southeast Asia. This is for a pet project, and I'm looking for someone with experience handling these creatures or is enthusiastic about helping me source them. Key Requirements: - Knowledge of ant species, particularly those found in Thailand. - Ability to collect and transport live ants in a secure container. Here is the ant I am looking for:

    $27 / hr (Avg Bid)
    $27 / hr Avg Bid
    9 bids

    As I'm looking to establish a new SMM panel, I need a skilled developer who can integrate key features into the script. Here's an overview of what the project entails: - **Core Features**: Implement a User Management System, API Integration and Payment Gateway Integration. Given the sensitivity of the data involved, it's crucial that these features are robust, secure and user-friendly. Build a cross-functional SMM panel that generates and sells traffic for all social media platforms. - **Security**: Incorporate Two-Factor Authentication and an IP Whitelisting system. Additionally, the script should have an extensive Activity Log Monitoring mechanism. - **Performance**: Develop a script that prioritizes speed and responsiveness. This includes a Fast Loading Se...

    $517 (Avg Bid)
    $517 Avg Bid
    84 bids
    Live Streaming on Kwai 6 days left
    VERIFIED

    ...assist with live streaming on Kwai. The streams are to be public and will primarily focus on entertainment content. Live content: casual games. During the live broadcast, introduce the game you are playing to the audience. Live broadcast platform: Kwai platform Live time: Live broadcast time: 7:00-10:00 in the evening local time in Brazil, two hours of continuous broadcast every day. Rest: 4 days off a month. Basic requirements: computer equipment and Internet in Portuguese (and preferably in English) and cheerful the face live Job salary: Fixed part: 2 hours of live broadcast every day, 10 US dollars per hour. If you are willing to broadcast for a third hour, the hourly wage for the third hour is $5. Commission part...

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    4 bids

    I'm looking to develop a Sof...Payment Processing integration. - An AI Chatbot with capabilities for information retrieval and analysis. - An OCR (Optical Character Recognition) system. - Both Frontend and Backend development are necessary. - Seamless integration of the AI chatbot, OCR, and payment processing into the website. - A well-documented API to allow for future expansion. The ideal candidate for this project should be proficient in Python (Django/Flask), laravel, node js, vue js, AI programming, and API development. Experience with building SaaS platforms, payment processing integration, and chatbot development would be a great advantage. Accuracy, scalability, and security are top priorities for this project. Immediate availability and good communication skil...

    $661 (Avg Bid)
    $661 Avg Bid
    89 bids

    ...Stack Developer to build a comprehensive application with the following features and requirements: - **Features and Functionalities** I need the application to have the following features: - User registration and login: A secure and user-friendly way for users to create accounts and log in. - Payment processing: A seamless payment processing system. - Data encryption: Robust data encryption measures to ensure user data is safe and secure. - **Design and UI/UX Requirements** I'm looking for a modern and clean design that is responsive and mobile-friendly. The interface should be intuitive and user-friendly, making it easy for users to navigate and interact with the application. - **Integration and Third-Party Services** I'd like to incorpo...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    35 bids

    I'm looking to develop a website dedicated to color trading. Here are the key points for this project: - The website will primarily focus on trading colors, not limited to but not including stock, cryptocurrency, or forex trading. - The site should have a robust user account system that allows users to create accounts, login, and m...customization, giving users the option to personalize their accounts. - A comprehensive history of transactions should be available to users to track their past trades and performance. This project will require a developer with experience in building trading websites and understanding of UI/UX design to create an engaging platform for users. The ideal candidate should be able to integrate live market data and implement a secure and user-fr...

    $308 (Avg Bid)
    $308 Avg Bid
    43 bids

    ...platform for my users to check and keep track of matka results, and the admin panel will be used to manage user accounts and track betting transactions. Key Features for Website: - Regular and live updates of matka results - Sorting and filtering options for user convenience - Display of historical data to aid users in making informed decisions Key Features for Admin Panel: - User registration and login management - Password reset functionality for users - User profile management Ideal Skills: - Proficiency in website development and design - Experience with admin panel development - Knowledge about data handling and security - Understanding of user experience and interface design - Ability to create an intuitive and user-friendly platform Budget is 10k - 15k Ti...

    $137 (Avg Bid)
    $137 Avg Bid
    29 bids

    Hi, I will assist you with creating WordPress website. There will be three main sections. Only story will be dynamic and other two will be just static. In story section when user will click on it, he/she will add their child name. If they will find name existing then they can click on the name and story will be played otherwise, need to create ttf file and with the use of google cloud api need to create audio, that will store on server and then it will be played. Please let me know if I missed anything from the scope.

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    1 bids

    In need of a skilled professional to develop a RESTful API using Python. The API should be designed to handle multimedia data. Ideal Expertise: - Proficient in Python programming. - Thorough experience in RESTful API development. - Should specifically be adept in dealing with multimedia data handling. - Great problem-solving skills. - Conduct testing ensuring optimization and compatibility. Transparency, communication, and attention to detail will be crucial for this role. A fast turnaround will be appreciated without compromising on quality. If you have what it takes to handle this job, I welcome you to make your bid.

    $110 (Avg Bid)
    $110 Avg Bid
    23 bids

    I have two APIs in PHP that need to be fixed, specifically regarding issues with user authentication. Key Requirements: - Fix API A and API B - Resolve the authentication problems - Ensure APIs are properly authenticating users Ideal Skills and Experience: - Strong experience with PHP - Proficiency in working with APIs - Prior experience in resolving authentication issues - Ability to troubleshoot and debug efficiently Please let me know about your prior experiences in fixing PHP APIs, especially with user authentication. Feel free to share examples of your previous work or any relevant details. Your proposal should outline your plan on how you intend to resolve the issues and demonstrate that you understand the project requirements.

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    10 bids
    Gportal Private API 6 days left
    VERIFIED

    Needing G portals Private API and the method to get it ourselves

    $23 (Avg Bid)
    $23 Avg Bid
    8 bids

    We are building a financial application whereas you can put money hence our AI works on it through big data and automation. The project is about algorithmic auto-investing trading on world wide's financial market. Fixed Rate Job Paid based on success delivery per country. $10/country. Make about 5-10 API/country for installing python, setting SQL for our applications and Google Sheet. For each country may need API for such as : 1. Historical Data 2. Financial Scrapped Source 3. Financial Summary Scrapped Source 4. Interest rate 5. Some More Required Skill & Experience : 1. Php & SQL 2. Familiar with python installing & setting up environments 3. Experienced in Linux Debian & LNMP server by SSH 4. You need to know on how to run python scri...

    $29 (Avg Bid)
    $29 Avg Bid
    14 bids

    ...**Coding Challenges and Assessments** - Problem Library with AI-generated problems. - Custom Problem Creation with AI suggestions. —-- AI generate Coding Test —--- Project based - Automated Grading using AI to evaluate not just correctness but also code efficiency and style. 2. **Real-Time Coding Environment** - Integrated Development Environment (IDE) enhanced with AI suggestions. - Live Collaboration with AI assistance features. - Code Execution with AI-driven optimization suggestions. 3. **Candidate Management** - User Profiles enriched with AI-driven insights based on past performance. - Interview Scheduling integrated with AI to suggest optimal times. - Feedback and Notes augmented by AI analysis. 4. **Test Customization and Delivery...

    $2606 (Avg Bid)
    $2606 Avg Bid
    17 bids

    this is a static page, i need to create dynamic add of posts from top box. top box is like facebook with a create button, then you should list the posts. in the first box you need to add category (an empty select with cat1 cat2 cat3) a calendar date and an autocomplete for searching country-city ok? i will provide you api and project on github so im here for anything that is related to backend - create post - retrieve post - edit a bit the card

    $50 (Avg Bid)
    $50 Avg Bid
    35 bids

    I urgently need an expert to find Gportals Private API to create plugins for the Console Rust game. The main goal is to develop a custom administration panel, automate server management tasks, and enable integration with other applications. Despite skipping the specific functionalities for the plugins, flexibility and versatility should be core in their design. The completion of this project is time-sensitive, thus immediate engagement is appreciated. Skills and Experience: - Experience with Gportals Private API - Proficiency in console game plugin development - Knowledge of server management automation - Demonstrable successful projects in similar tasks.

    $128 (Avg Bid)
    $128 Avg Bid
    32 bids
    Laravel API integration 6 days left
    VERIFIED

    Estimated 10 API to integrate. CRUD work.

    $34 (Avg Bid)
    $34 Avg Bid
    31 bids

    I'm looking for exp...looking for experienced Node.js developers to create a RESTful API for my project. Key Requirements: - Develop a RESTful API: The API should follow REST principles for web services, ensuring easy consumption and compatibility with various applications. - JSON Format: The API should primarily support JSON format for data exchange. Ideal Skills and Experience: - Proficiency in Node.js: Thorough understanding and hands-on experience with Node.js for server-side scripting. - API Development: Prior experience in developing RESTful APIs is essential. - JSON Handling: Expertise in handling JSON data format within APIs. This project will involve working closely with the front-end team. If you have a solid experience i...

    $140 (Avg Bid)
    $140 Avg Bid
    36 bids

    I'm looking for a skilled developer who can integrate WhatsApp API into my Wordpress website to allow for sending promotional messages to customers. Additionally, I need this feature further developed into a simple chatbot for automated responses. - Your primary tasks will include: - Setting up the WhatsApp API to the website - Configuring it to allow for sending messages to customers - Developing a basic chatbot functionality - Ensuring the chatbot can provide automated responses based on predefined rules You should have: - Proven experience in integrating APIs, specifically WhatsApp API - Proficiency in developing chatbots - Knowledge of Wordpress and it's capabilities for handling APIs - Good understanding of marketing and customer engagement - S...

    $116 (Avg Bid)
    $116 Avg Bid
    37 bids

    ...interaction and lead generation. • Contact Options: Replace the contact button with a simple white band featuring options to schedule a call or contact via WhatsApp. • SEO-Optimized Blogs: Develop engaging blog content focusing on relevant keywords and SEO best practices. • About Us Section: Revamp the About Us section to be concise, interactive, and visually appealing. • Live Chat Support: Integrate a live chat feature for real-time assistance and guidance to potential clients. • Enhanced Testimonial Page: Improve the testimonial page for credibility and social proof. • Scroll Bar Placement: Move the scroll bar to the top of the website for an immersive viewing experience. • Website Speed Optimization: Enhance website speed w...

    $285 (Avg Bid)
    $285 Avg Bid
    57 bids

    I need a plugin that includes Apple Pay, Google Pay, and Link payment methods. This plugin should offer a dynamic button to facilitate these transactions based on Stripe's documentation. Please view ...payment methods. This plugin should offer a dynamic button to facilitate these transactions based on Stripe's documentation. Please view the documentation here: The app that uses the plugin should also be able to customize the 'statement description', which is a capability provided by the Stripe API (createPaymentIntent). The suitable person would have experience in creating Bubble plugins, and hopefully would be easy for the person to make a quick and simple payment integration.

    $130 (Avg Bid)
    $130 Avg Bid
    16 bids

    I'm looking for a skilled Photoshop expert who can provide a live one-on-one tutorial. I have a PSD file with a t-shirt design and I need to learn how to change the color of the t-shirt within the file. Key Requirements: - Graphic Design Skills: You should have a background in graphic design and be proficient in Photoshop. - Teaching Ability: You will need to be able to explain and demonstrate the process of changing the color of the t-shirt effectively. Communication: - The tutorial will be a live one-on-one session. Please plan accordingly.

    $11 (Avg Bid)
    $11 Avg Bid
    5 bids

    I'm seeking a talented app developer to create an e-commerce app compatible with both iOS and ...orders. - The app must support in-app purchases, as it is central to the shopping functionality. - Incorporating a live chat feature will enhance customer service, providing users real-time support and interface for queries and concerns. Ideal Skillset: * Strong proficiency in iOS and Android app development. * Past experience designing e-commerce apps. * Experience in incorporating in-app purchases and live chat functionality is preferred. * Knowledge in user-interface design for retail mobile apps. The perfect candidate should have a proven track record in developing user-friendly e-commerce apps, with particular emphasis on platforms that offer in-app purchases and incl...

    $299 (Avg Bid)
    $299 Avg Bid
    12 bids

    I'm looking for an experienced developer to help with real-time text data scraping via API and management using BeautifulSoup. This project is primarily focused on retrieving text data and storing it in a database. Key Responsibilities: - Implement an API scraper to continuously retrieve text data in real-time - Utilize BeautifulSoup for data extraction and management - Develop a robust database to store all the scraped text data The ideal candidate should have: - Proficiency in Python programming language - Strong experience with API scraping and BeautifulSoup - Previous work involving real-time data scraping - A good understanding of database management It is important that the data scraping runs seamlessly a...

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    27 bids

    ...course, created with Rise and published as a SCORM file, needs to be fully integrated and tested on our existing WordPress site. Additionally, we require on-hand support on the day the course goes live to ensure everything runs smoothly. Responsibilities: Review and optimize the current LMS setup using LifterLMS and GrassBlade xAPI Companion. Implement and test SCORM file integration to ensure smooth functionality. Conduct CSS customization for aesthetic improvements on specific pages according to our design guidelines. Thoroughly test functionalities including course progression, LRS & LMS data tracking, certificate generation, and the student dashboard. Ensure the site can handle high traffic (upwards of 450 users) without crashing. Provide real-time troubleshootin...

    $24 / hr (Avg Bid)
    Urgent
    $24 / hr Avg Bid
    83 bids

    I'm seeking a seasoned back-end engineer with expertise in Node.js and MongoDB. Your primary responsibility will be developing APIs that integrate seamlessly with external services. Key tasks include: - API development: You should have a proven track record of creating robust, efficient APIs. - Integrating with third-party services: The APIs you develop need to be able to communicate effectively with a range of external platforms. - Database design and optimization: While not the core focus, a strong understanding of MongoDB and how to optimize it for performance and scaling is beneficial. The project is centered around building a backend system that can handle a variety of tasks and interactions. While the exact scale of the project isn't currently known, the potential ...

    $2184 (Avg Bid)
    $2184 Avg Bid
    113 bids

    ...personalized recommendations. This travel AI should be built using data from SkyScanner or similar sites. Key Requirements: - Integration with Instagram: The AI must be capable of operating within the Instagram interface. - Providing Travel Recommendations: The primary function of the AI will be to offer travel suggestions tailored to the user's preferences. - User Interaction: The AI should ask direct questions to the user during interactions. This will help the AI to learn and refine its recommendations based on user feedback. Ideal Skills & Experience: - Proficiency in AI Development: Experience in building AI systems, particularly for personalization. - API Integration: Ability to work with APIs from travel sites to gather and process data. - Instagr...

    $20 (Avg Bid)
    $20 Avg Bid
    2 bids

    ...The job will involve the following: - Updating Content & Photos: The site's content and images need to be refreshed to reflect my business's current offerings. - Redesigning Layout: I want the website to have a fresh, modern look that aligns with the services I provide. - Adding New Features: I'm open to suggestions here. A few ideas could be online appointment booking system, product catalog, or live chat support. Additionally, there are a few key areas where I'm seeking recommendations: - SEO Enhancements: The site should be optimized for search engines to attract more visitors. - Performance Improvements: I need the site to be faster and more responsive. - Mobile Optimization: It's crucial that the website looks and functions flawlessly on mobil...

    $355 (Avg Bid)
    $355 Avg Bid
    217 bids

    I'm seeking a expert to seamlessly integrate the Gemini API within my existing app. This integration needs to facilitate real-time updates on specific information. Key Project Details: - The primary focus of this integration is to enable real-time chatbot updates and basic reporting. - The API should provide up-to-date data when I request a report. - This isn't for automating trades or portfolio performance monitoring but specifically for keeping the chatbot informed with the latest updates. Ideal Skills and Experience: - Proficiency in with a proven track record of API integrations. - Deep understanding of the Gemini API and its capabilities for real-time data. - Prior experience in developing chatbots or similar interactive featur...

    $231 (Avg Bid)
    $231 Avg Bid
    11 bids