Provide access to [Skycoin REST API](https://github.com/skycoin/skycoin/blob/develop/src/gui/README.md) endpoints. A single portable code is preferres as long as it can run on both web browser and `nodejs` server-side . - [ ] Metadata describing Skycoin REST API * see [go-swagger/go-swagger](https://github.com/go-swagger/go-swagger) - [ ] Generate library * see [jaggedsoft/node-skycoin-api](https://github.com/jaggedsoft/node-skycoin-api) : Consume REST API endpoints for nodejs. - [ ] `Makefile` for the build process - [ ] Test cases based on [Skycoin REST integration tests](https://github.com/skycoin/skycoin/tree/develop/src/gui/integration) . - [ ] `.travis.yml` to run them tests on `nodejs` and browser environments.