2.0.1 • Published 4 years ago

eos-endpoint v2.0.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

eos-endpoint

Retreive a list of valid EOS API endpoints.

NPM

How to use

const getApiEndpoints = require('eos-endpoint').default; // eslint-disable-line import/no-unresolved

(async () => {
  const endpoints = await getApiEndpoints();
  console.info(endpoints); // eslint-disable-line no-console
})();

Quickstart

npx eos-endpoint

References

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.9

4 years ago

0.0.5

4 years ago