UNPKG

sarala

Version:

Javascript library to communicate with RESTful API built following JSON API specification. inspired by Laravel’s Eloquent.

18 lines (17 loc) 219 B
sudo: false language: node_js node_js: - '10' branches: only: - master cache: directories: - node_modules before_install: - npm update install: - npm install script: - npm test - npm run coveralls