https://github.com/cludden/transit-rest-api
transit.js query parser
https://github.com/cludden/transit-rest-api
Last synced: 2 months ago
JSON representation
transit.js query parser
- Host: GitHub
- URL: https://github.com/cludden/transit-rest-api
- Owner: cludden
- License: mit
- Created: 2016-04-20T03:33:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T14:02:23.000Z (about 9 years ago)
- Last Synced: 2025-02-14T10:17:52.820Z (4 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# transit-rest-api
a [transit-js](https://github.com/cognitect/transit-js) based query parser for rest apis that follow the [json-api](http://jsonapi.org/) spec.*note: currently under active development and not suitable for use*
## Installing
Install with npm:
```bas
npm install --save transit-rest-api
```## Getting Started
*Coming soon...*## API
*Coming soon...*## Testing
run the test suite
```bash
npm test
```run coverage via [istanbul](https://github.com/gotwarlost/istanbul)
```bash
grunt coverage
```## Contributing
1. [Fork it](https://github.com/cludden/transit-rest-api/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## License
Copyright (c) 2016 Chris Ludden.
Licensed under the [MIT license](LICENSE.md).