awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
API Integration Tools · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesAPI Integration Tools

Utilities for connecting automated data streams to external services.

Distinguishing note: Focuses on feed service integration for data delivery.

Explore 2 awesome GitHub repositories matching web development · API Integration Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. API Integration Tools

Awesome API Integration Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • DIYgod/RSSHub

    DIYgod/RSSHub

    41,959View on GitHub↗

    RSSHub is a headless, server-side engine designed to generate standardized RSS and Atom feeds from websites that do not natively provide them. By acting as an extensible data aggregator, it enables the automated collection of web content, allowing users to monitor updates from disparate sources through centralized feed readers or workflow automation tools. The platform distinguishes itself through a route-based data extraction framework that maps specific URL patterns to custom scraping logic. This modular architecture is supported by a middleware-driven request pipeline and declarative route

    Facilitates the connection of automated content streams into external applications and workflow tools.

    TypeScriptbilibilidoubandribbble
    41,959View on GitHub↗
  • colinhacks/zod

    colinhacks/zod

    41,896View on GitHub↗

    Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It functions as a runtime type guard, allowing developers to define complex data structures through a declarative, chainable syntax. By using these schema definitions, the library automatically derives static TypeScript types, eliminating the need for manual type duplication and ensuring that runtime data matches expected application contracts. The library distinguishes itself through functional schema composition, which enables the creation of hierarchical structures by nesting a

    Integrates schema definitions directly into server-side logic to ensure type-safe communication and automated documentation generation.

    TypeScriptruntime-validationschema-validationstatic-types
    41,896View on GitHub↗