Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lynnaloo/show-me-the-data
- Owner: lynnaloo
- License: mit
- Created: 2019-06-10T23:55:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:53:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T23:22:18.762Z (7 months ago)
- Language: JavaScript
- Size: 381 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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