An open API service indexing awesome lists of open source software.

https://github.com/harpagon210/easysteem

wrapper for steemconnect and steemapi
https://github.com/harpagon210/easysteem

steem steemconnect steemjs

Last synced: 26 days ago
JSON representation

wrapper for steemconnect and steemapi

Awesome Lists containing this project

README

          

# easysteem
wrapper for steemconnect and steemapi to make the life of the beginners easier!

steemapi: https://github.com/steemit/steem-js and steemconnect v2: https://github.com/steemit/steemconnect are embedded to easysteem

some piece of code are extracted from steemit.com (https://github.com/steemit/condenser) and busy.org ( https://github.com/busyorg/busy) open source codes

- cdn available: https://cdn.jsdelivr.net/gh/harpagon210/easysteem@1.1/dist/js/easysteem.min.js
- live doc: https://harpagon210.github.io/easysteem/index.html

# Installation

* Clone the repository

* Open a command line

* execute `npm install`

# Development
* execute `npm run build:dev` to start the development build

# Production
* execute `npm run build` to start the production build