Activity of ViewBlock/binance-api-node repository

Inactive 🧊

Significant drop in contribution activity

Activity badge for ViewBlock/binance-api-node repository

Why ViewBlock/binance-api-node is inactive?

The result is based on ratio of number of commits and code additions from initial and final time ranges.

Initial time range – from 14 Aug, 2023 to 14 Nov, 2023

Final time range – from 15 May, 2024 to 14 Aug, 2024

Additions and deletions stats are not available for this repository due to GitHub API limitations.

Data calculated on 14 Aug, 2024

Bus factor

What is Bus factor?

It is basically a number of most active contributors responsible for 80% of contributions.

Bus factor tries to assess "What happens if a key member of the team is hit by a bus?". The more there are key members, the lower the risk.

The ViewBlock/binance-api-node repository has a bus factor of 22.

Low risk, knowledge is well distributed among the team members

Bus factor was measured on 14 Aug 2024

22

Summary of ViewBlock/binance-api-node

The ViewBlock/binance-api-node is a GitHub repository that hosts an open-source, unopinionated JavaScript and TypeScript library for Binance API, which users can utilize and adapt for their cryptocurrency trading needs.

Some of the functionalities that the library provides allow users to:

  • Fetch public information such as time, depth, trades, and others from the Binance exchange
  • Facilitate private API calls to execute trades, manage orders and balances
  • Implement real-time websockets for up-to-date data on trades, order book depth, etc.

The library seems to be maintained actively, as shown by relatively recent commits and issues updates.

All in all, the library provides a convenient set of tools to interact with Binance API for cryptocurrency trading, making it easier to handle trading automation or bot creation for the Binance exchange.

Here is how you install it:

npm install --save binance-api-node

And a simple example:

const Binance = require('binance-api-node').default // Authenticated client, can make signed calls const client = Binance({ apiKey: 'xxx', apiSecret: 'xxx', }) client.time().then(time => console.log(time))

This simple example shows how you can get the server time.

Anyway, please be reminded that always use such tools responsibly and ensure to follow rules and regulations defined by the trading platform.

Recently added projects

Activity badge for LouisShark/chatgpt_system_prompt repository

Updated on 14 Aug 2024

Activity badge for ixartz/Next-js-Boilerplate repository

Updated on 14 Aug 2024

Activity badge for linexjlin/GPTs repository

Updated on 14 Aug 2024

Activity badge for facebook/react repository

Updated on 14 Aug 2024

Activity badge for ethereum/go-ethereum repository

Updated on 14 Aug 2024

Top 5 contributors

ContributorCommits
248
50
18
13
7