steem-js-api

0.7.1 • Public • Published

GitHub license Steem.js channel on steemit.chat

steem-js-api

steem-js-api is a lightweight version of Steem.js containing only the API part All auth, serialization, formatter and streaming code has been stripped, as has and Bluebird promises have been converted to regular Promises. All methods now use promises, so there are no xxAsync methods.

Documentation

For documentation of the original

Here is full documentation: https://github.com/steemit/steem-js/tree/master/doc

Browser

<script src="./steem.min.js"></script>
<script>
steem.api.getAccounts(['ned', 'dan'], function(err, response){
    console.log(err, response);
});
</script> 

CDN

https://cdn.steemjs.com/lib/latest/steem.min.js

<script src="//cdn.steemjs.com/lib/latest/steem.min.js"></script>

Webpack

Please have a look at the webpack usage example.

Server

Install

$ npm install steem --save

RPC Servers

https://api.steemit.com By Default
https://node.steem.ws
https://this.piston.rocks

Examples

Get Accounts

steem.api.getAccounts(['ned', 'dan'], function(err, result) {
    console.log(err, result);
});

Get State

steem.api.getState('/trends/funny', function(err, result) {
    console.log(err, result);
});

Contributions

Patches are welcome! Contributors are listed in the package.json file. Please run the tests before opening a pull request and make sure that you are passing all of them. If you would like to contribute, but don't know what to work on, check the issues list or on Steemit Chat channel #steemjs https://steemit.chat/channel/steemjs.

Issues

When you find issues, please report them!

License

MIT

Package Sidebar

Install

npm i steem-js-api

Weekly Downloads

1

Version

0.7.1

License

MIT

Unpacked Size

5.34 MB

Total Files

35

Last publish

Collaborators

  • svk31