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.0/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