Home page

Gravwell JavaScript Client

Wrapper for the Gravwell Web API.

  • Exported in ES5
  • Works on Node and browsers
  • Full TypeScript coverage

Install it with NPM

npm install gravwell

Contributing

Make sure you understand our contributing guide before doing any work.

Generate docs

First run npm install, to inastall all dependencies, then run npm run start:docs, then the docs from this project will be generated and a server on port 8080 will be started, so go to http://localhost:8080 to see the docs.

Generated using TypeDoc