https://github.com/ericrabil/edsby.js
JavaScript library for Edsby (Node.JS & Web)
https://github.com/ericrabil/edsby.js
Last synced: 8 months ago
JSON representation
JavaScript library for Edsby (Node.JS & Web)
- Host: GitHub
- URL: https://github.com/ericrabil/edsby.js
- Owner: EricRabil
- Created: 2018-08-05T16:50:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T21:24:51.000Z (over 7 years ago)
- Last Synced: 2025-09-21T02:29:53.708Z (9 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
1. Run `yarn` or `npm 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.
1. To compile it, execute `npm run build` or `yarn build`
2. To run, execute `npm run run` or `yarn run`