Sign inSign up

csarven/ldn-tests

By csarven

•Updated over 7 years ago

Source: https://github.com/csarven/ldn-tests . Linked Data Notifications: https://www.w3.org/TR/ldn/

Image
0

3.0K

csarven/ldn-tests repository overview

⁠Linked Data Notifications test suite

The test suite can also be used at https://linkedresearch.org/ldn/tests/⁠

Stay tuned.. or if you are a legendary Web developer, dive into:

⁠Setup

$ git clone https://github.com/csarven/ldn-tests tests
$ cd tests
$ npm install
$ node index.js

or use the Docker container:

$ docker run -it -p 3000:3000 csarven/ldn-tests

That will start a (maytkso) server on http://localhost:3000/⁠ by default. That will be the landing page pointing at sender, receiver, and consumer tests.

Reports will go into http://localhost:3000/reports/⁠ and summary of all reports are accessible from http://localhost:3000/summary⁠

See mayktso⁠ for more details on the config . If you want to use your own config, copy the default and update:

cp node_modules/mayktso/config.json.default config.json

Requests to http://localhost:3000/⁠ , http://localhost:3000/inbox/⁠ should work and http://localhost:3000/inbox/abcdef⁠ after a POST.

⁠Dependencies

⁠License

Apache License, Version 2.0⁠

Tag summary

Content type

Image

Digest

Size

296.7 MB

Last updated

over 7 years ago

docker pull csarven/ldn-tests