Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/dependents.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dependents Action

on:
push:
branches: [master]
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:

jobs:
dependents:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: gouravkhunger/dependents.info@0.1.4
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Build & Test](https://github.com/tiagosiebler/binance/actions/workflows/test.yml/badge.svg)](https://github.com/tiagosiebler/binance/actions/workflows/test.yml)
[![npm version](https://img.shields.io/npm/v/binance)][1]
[![npm size](https://img.shields.io/bundlephobia/min/binance/latest)][1]
[![Network Dependents](https://dependents.info/tiagosiebler/binance/badge?label=users)](https://dependents.info/tiagosiebler/binance)
[![npm downloads](https://img.shields.io/npm/dt/binance)][1]
[![last commit](https://img.shields.io/github/last-commit/tiagosiebler/binance)][1]
[![CodeFactor](https://www.codefactor.io/repository/github/tiagosiebler/binance/badge)](https://www.codefactor.io/repository/github/tiagosiebler/binance)
Expand Down Expand Up @@ -54,15 +55,14 @@ Updated & performant JavaScript & Node.js SDK for the Binance REST APIs and WebS

## Table of Contents

- [Installation](#installation)
- [Examples](#examples)
- [REST API Examples](./examples/REST)
- [WebSocket Examples](./examples/WebSockets)
- [WebSocket Consumers](./examples/WebSockets/)
- [WebSocket API](./examples/WebSockets/ws-api-client.ts)
- [Issues & Discussion](#issues--discussion)
- [Related Projects](#related-projects)
- [Documentation Links](#documentation)
- [Node.js \& JavaScript SDK for Binance REST APIs \& WebSockets](#nodejs--javascript-sdk-for-binance-rest-apis--websockets)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Examples](#examples)
- [Issues \& Discussion](#issues--discussion)
- [Related projects](#related-projects)
- [Documentation](#documentation)
- [Structure](#structure)
- [Usage](#usage)
- [REST API Clients](#rest-api-clients)
- [REST Main Client](#rest-main-client)
Expand All @@ -72,13 +72,15 @@ Updated & performant JavaScript & Node.js SDK for the Binance REST APIs and WebS
- [WebSocket Consumers](#websocket-consumers)
- [WebSocket API](#websocket-api)
- [Event Driven API](#event-driven-api)
- [Promise Driven API](#async-await-api)
- [Async Await API](#async-await-api)
- [Customise Logging](#customise-logging)
- [Frontend Usage](#browserfrontend-usage)
- [Browser/Frontend Usage](#browserfrontend-usage)
- [Import](#import)
- [Webpack](#webpack)
- [LLMs & AI](#use-with-llms--ai)
- [Contributions & Thanks](#contributions--thanks)
- [Use with LLMs \& AI](#use-with-llms--ai)
- [Contributions \& Thanks](#contributions--thanks)
- [Contributions \& Pull Requests](#contributions--pull-requests)
- [Star History](#star-history)

## Installation

Expand Down