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

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)

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`