Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.56 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.56 KB

npms-api

Build status Coverage status Dependency status Dev dependency status

The https://npms.io API.

You may read the API documentation in https://api-docs.npms.io.

The API is available under https://api.npms.io/v<version>, where version may be:

  • 2 (current)
  • 1 (deprecated, unavailable since 2016-12-19

Development

Simply spawn the server by running $ npm run start-dev.

Deploys

There's a separate document that explains the deployment procedure, you may read it here.

Documentation

You may update the API REST documentation by running $ npm run docs and previewing docs/apidoc/index.html in your browser.

To push any changes in the documentation run $ npm run docs-push.

Tests

$ npm test
$ npm test-cov # to get coverage report

License

Released under the MIT License.