UNPKG

@siren-js/server

Version:
52 lines (32 loc) 1.52 kB
# Siren.js Server [![Node Package](https://img.shields.io/npm/v/@siren-js/server?style=flat-square)](https://npmjs.org/@siren-js/server) [![Build Workflow](https://img.shields.io/github/actions/workflow/status/siren-js/server/build.yaml?style=flat-square)]() [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![License](https://img.shields.io/github/license/siren-js/server?style=flat-square)](LICENSE) [![Contributing](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/siren-js/.github/blob/main/profile/CONTRIBUTING.md) [Siren](https://github.com/kevinswiber/siren) API server library for JavaScript ## Table of Contents <!-- omit in toc --> - [Background](#background) - [Install](#install) - [Usage](#usage) - [API](#api) - [Maintainer](#maintainer) - [Contributing](#contributing) - [License](#license) ## Background <!-- TODO --> ## Install ```bash npm install @siren-js/server ``` ## Usage ## API See our [docs](https://siren-js.github.io/server). ## Maintainer [@dillonredding](https://github.com/dillonredding) ## Contributing See our [contribution guidelines](https://github.com/siren-js/.github/blob/main/profile/CONTRIBUTING.md). PRs accepted. If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. ## License [MIT](./LICENSE) &copy; 2023 Dillon Redding