edsby.js
v1.0.2
Published
A library for interacting with the Edsby API
Readme
Edsby.js
This project aims to be a fully-fledged library for interacting with the Edsby API. I am developing it for an upcoming single-paged application which will attempt to bring a better mobile and web experience to Edsby users.
Setting up your development environment
- Run
yarnornpm install
Running
Right now the project is developed as a demo. Running it will be interactive and you'll be able to test the project.
- To compile it, execute
npm run buildoryarn build - To run, execute
npm run runoryarn run
