Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianbundy/node-ssb-validate-example
https://github.com/christianbundy/node-ssb-validate-example
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/christianbundy/node-ssb-validate-example
- Owner: christianbundy
- Created: 2020-05-29T22:15:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:03:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T16:48:36.945Z (26 days ago)
- Language: JavaScript
- Size: 522 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js SSB Validate Example
Don't use this! This is an experimental module that's meant to validate SSB
messages, but it's not restrictive enough. It _will_ allow invalid messages and
you definitely shouldn't use it.Right now this passes 99 out of 100 tests, and I think the last test failure is
a bug? More info here, probably: https://github.com/ssbc/ssb-validate/pull/21Anyway, please add more fixtures so that we're forced to implement more
validator behavior! I don't want to write any code that isn't being tested, so
I'm waiting to write more code until I can find some better test fixtures.## Getting started
```sh
npm install
npm test
```## License
AGPL-3.0