JavaScript graphql-api

Open-source JavaScript projects categorized as graphql-api

Top 6 JavaScript graphql-api Projects

graphql-api
  • parse-server

    Parse Server for Node.js / Express

    Project mention: parse-server VS wabe - a user suggested alternative | libhunt.com/r/parse-server | 2024-09-08
  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • headless-wp-starter

    🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step

  • rick-and-morty-api

    The Rick and Morty API

    Project mention: Free APIs You Need to Know About in 2024 | dev.to | 2024-06-19

    const fetch = require('node-fetch'); const url = 'https://rickandmortyapi.com/api/character'; fetch(url) .then(response => response.json()) .then(data => console.log(data)) .catch(error => console.error('Error:', error));

  • IMPORTJSONAPI

    Use JSONPath to selectively extract data from any JSON or GraphQL API directly into Google Sheets.

  • graphql-sequelize-generator

    A Graphql API generator based on Sequelize.

  • webadvisor-api

    Lightweight and simple GraphQL API for UoG, UW, and WLU.

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 graphql-api discussion

Log in or Post with

JavaScript graphql-api related posts

  • It's not much but it's mine. Rick and Morty info app. Feedback/code review welcome!

    1 project | /r/webdev | 17 Jun 2023
  • Show /r/reactjs - Badgeth, a sci-fi dApp built with React + Typescript + Next.js + Arwes

    2 projects | /r/reactjs | 18 Aug 2021

Index

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

Project Stars
1 parse-server 20,915
2 headless-wp-starter 4,470
3 rick-and-morty-api 976
4 IMPORTJSONAPI 251
5 graphql-sequelize-generator 22
6 webadvisor-api 4

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?