Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lynnaloo/show-me-the-data

Generic API that shows some data
https://github.com/lynnaloo/show-me-the-data

Last synced: about 1 month ago
JSON representation

Generic API that shows some data

Awesome Lists containing this project

README

        

# Sample API Server

[![Build Status](https://dev.azure.com/lynnaloo/show-me-the-data/_apis/build/status/lynnaloo.show-me-the-data?branchName=master)](https://dev.azure.com/lynnaloo/show-me-the-data/_build/latest?definitionId=3&branchName=master)

## Installation

This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
npm i show-me-the-data --s
```

## Tests

```sh
npm i
npm test
```

## Dependencies

- [@hapi/hapi](https://ghub.io/@hapi/hapi): HTTP Server framework

## Dev Dependencies

- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.

## License

MIT