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
- Host: GitHub
- URL: https://github.com/harpagon210/easysteem
- Owner: harpagon210
- License: mit
- Created: 2018-03-13T00:19:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T18:24:50.000Z (about 8 years ago)
- Last Synced: 2025-02-25T04:13:58.006Z (over 1 year ago)
- Topics: steem, steemconnect, steemjs
- Language: JavaScript
- Size: 1.16 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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