Skip to content

DocumentAtom/sdk-js

Repository files navigation

JavaScript SDK for DocumentAtom

Features

Requirements

  • Node.js v18.20.4
  • npm

Dependencies

  • jest - for testing
  • msw - for mocking the api
  • superagent - for making the api calls

Setting up Pre-commit Hooks

The pre-commit hooks will run automatically on git commit. They help maintain:

  • Code formatting (using ruff)
  • Import sorting
  • Code quality checks
  • And other project-specific checks

Running Tests

The project uses jest for running tests in isolated environments. Make sure you have jest installed, which should automatically be there if you have installed dependencies via npm i command:

# Run only the tests
npm run test

# Run tests with coverage report
npm run test:coverage

Contributing

We welcome contributions! Please see our Contributing Guidelines for details

Feedback and Issues

Have feedback or found an issue? Please file an issue in our GitHub repository.

Version History

Please refer to CHANGELOG.md for a detailed version history.

About

JS SDK for DocumentAtom

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published