An open API service indexing awesome lists of open source software.

https://github.com/jvalue/node-dry-basics

Reusable libraries for our node projects (NOT containing any business logic!)
https://github.com/jvalue/node-dry-basics

Last synced: about 1 month ago
JSON representation

Reusable libraries for our node projects (NOT containing any business logic!)

Awesome Lists containing this project

README

          

# Node DRY

Reusable library for our node microservices introducing no further dependencies!
These package does NOT contain any business knowledge, but pure reusable functionality that would repeat over all services.

The main repository can be found here: [JValue Open Data Service](https://github.com/jvalue/open-data-service)

## How to use

Add the packages to your `package.json` as usual or use `npm install --save `

## License

Copyright 2020 Friedrich-Alexander Universität Erlangen-Nürnberg.

Node-DRY is licensed under the Apache License, Version 2.0. See [LICENSE](/LICENSE) for the full license text.