Activity of Adamant-im/adamant-api-jsclient repository

Barely warm 〽️

Contribution activity is decreasing

Activity badge for Adamant-im/adamant-api-jsclient repository

Why Adamant-im/adamant-api-jsclient is barely warm?

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

Initial time range – from 5 Jul, 2023 to 5 Oct, 2023

Final time range – from 5 Apr, 2024 to 5 Jul, 2024

From 0 to 0 commits per week
NaN%
From 332 to 41 additions per week
-88%
From 2 to 39 deletions per week
1850%
Data calculated on 5 Jul, 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 Adamant-im/adamant-api-jsclient repository has a bus factor of 2.

High risk, a lot of knowledge concentrated in a few people

Bus factor was measured on 14 Aug 2024

2

Summary of Adamant-im/adamant-api-jsclient

The Adamant-im/adamant-api-jsclient is a GitHub repository that houses the API client for ADAMANT, written in JavaScript. ADAMANT is a secure, anonymous, and fast blockchain messenger that's independent of any governments or corporations. The repository provides various information on getting started with the API client, securing your ADAMANT messenger, and making your project's chats anonymous and secure.

Here are the major components of the files in this repository:

  • src: This contains the source files.
  • test: This contains the test files.
  • docs: This contains the documentation.

To use this code, you can include ADAMANT's JavaScript API client in your project or service to interact with the ADAMANT blockchain.

Example usage of adamant-api-jsclient in markdown format:

const AdamantApi = require('adamant-api-jsclient'); const api = new AdamantApi(); let address = 'U1234567890'; api.get(`addresses/${address}/balance/`).then(result => { console.log(`Account balance is ${result.balances.ADM}`); });

In this example, adamant-api-jsclient is used to retrieve and log the balance for an ADAMANT account.

Overall, Adamant-im/adamant-api-jsclient is valuable for developers seeking to incorporate ADAMANT's secure, fast, and anonymous messaging capabilities in their applications.

Recently added projects

Activity badge for asdf-vm/asdf-nodejs repository

Updated on 14 Aug 2024

Activity badge for linexjlin/GPTs repository

Updated on 14 Aug 2024

Activity badge for LouisShark/chatgpt_system_prompt repository

Updated on 14 Aug 2024

Activity badge for toptal/picasso repository

Updated on 14 Aug 2024

Activity badge for 1Panel-dev/1Panel repository

Updated on 14 Aug 2024

Top 5 contributors

ContributorCommits
128
79
14
7
6