JavaScript fetch-api

Open-source JavaScript projects categorized as fetch-api

Top 14 JavaScript fetch-api Projects

  • node-fetch

    A light-weight module that brings the Fetch API to Node.js

  • Project mention: Building a README Crawler With Node.js | dev.to | 2024-04-08

    To execute the algorithm, we will use Node.js (for the JavaScript runtime) and node-fetch (for network requests). This means we will run the code locally from the command line. For this project, we will have an output folder to store all the README data, as well as a list (queue) of repository URLs to visit. Before diving into the code, it is important to plan the input and output of the algorithm. For this web crawler, we will start at a valid GitHub repository page, which would be one URL string. After visiting each page with a README, we will export the data into a new file. Now lets cover the process of requesting a repository page from a URL. For this, we only care about saving the README file that is displayed, and we will ignore any other links that GitHub displays (such as the navbar). We will send a URL request with node-fetch, and retrieve the result of a HTML string. If we convert the HTML string to a DOM Tree, we can search for a specific element. GitHub stores the README file under a div with the class "markdown-body". We can use a library called 'jsdom' to use Browser API methods, and return a specific node.

  • form-to-google-sheets

    Store HTML form submissions in Google Sheets.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • cross-fetch

    Universal WHATWG Fetch API for Node, Browsers and React Native.

  • fetch-stream-audio

    Low Latency web audio playback examples for decoding audio streams in chunks with Fetch & Streams APIs

  • Project mention: Ow Latency Web Audio playback examples with Fetch and Streams APIs | news.ycombinator.com | 2023-06-01
  • Swap

    Swap.js is a JavaScript micro-library which facilitates AJAX-style navigation in web pages, in less than ~ 100 lines of code. (See "Why?" paragraph below) (by josephernest)

  • Project mention: Show HN: Swap.js – a JavaScript micro-framework (HTML fragments over the wire) | /r/patient_hackernews | 2023-05-20
  • vanilla-js

    Projects using pure JavaScript without any external libraries or frameworks

  • CORSflare

    A lightweight JavaScript CORS Reverse Proxy designed to run in a Cloudflare Worker.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • devto-clone

    build a Clone with React. Create this awesome devto clone with React using styled-components. Learn to fetch API and render different articles of dev.to (by codebucks27)

  • JSON-Tag

    Render JSON data in HTML & LOTS more using a json tag

  • Clock

    Simple clock. (by kxrn0)

  • Fresh-Find-Frontend

    Helping farmers stay organized!

  • PokedexNFF

    A Pokedex REACT WEB Application.

  • react-blog

    A react blog hosted on netlify. Uses Axios for API Requests, along with custom hooks! (by aisha-sk)

  • Project mention: React js error - unable to find where the problem lies | /r/learnprogramming | 2023-08-02

    hi all, usually i'm able to solve all my errors within one hour but i've been stuck on this for a really long time and I have no idea whats causing it. the error: setEditTitle is not a function. my repo REPO - all of my code is in src ive tried almost everything, i checked if I was passing the props right, or if i declared the functions correctly in app.js

  • quotes-generator-react

    This is a randomly quoto genrator app built with react.js (by devishraq)

  • Project mention: Simple React Project: Quotes generator. | dev.to | 2023-06-12

    github repository(Give a star).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript fetch-api related posts

Index

What are some of the best open-source fetch-api projects in JavaScript? This list will help you:

Project Stars
1 node-fetch 8,642
2 form-to-google-sheets 4,277
3 cross-fetch 1,650
4 fetch-stream-audio 318
5 Swap 227
6 vanilla-js 166
7 CORSflare 145
8 devto-clone 58
9 JSON-Tag 8
10 Clock 4
11 Fresh-Find-Frontend 3
12 PokedexNFF 2
13 react-blog 1
14 quotes-generator-react 1

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com