Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cilindrox/pager-server
A (barebones) API wrapper for pager-client
https://github.com/cilindrox/pager-server
Last synced: about 1 month ago
JSON representation
A (barebones) API wrapper for pager-client
- Host: GitHub
- URL: https://github.com/cilindrox/pager-server
- Owner: cilindrox
- License: mit
- Created: 2014-12-15T18:20:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-16T13:40:48.000Z (about 10 years ago)
- Last Synced: 2024-04-14T10:55:24.633Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pager-server
============[![Build Status](https://travis-ci.org/gfestari/pager-server.svg)](https://travis-ci.org/gfestari/pager-server) [![Coverage Status](https://img.shields.io/coveralls/gfestari/pager-server.svg)](https://coveralls.io/r/gfestari/pager-server) [![Dependency Status](https://david-dm.org/gfestari/pager-server.svg?style=flat)](https://david-dm.org/gfestari/pager-server)
A (barebones) API wrapper for pager-client.
This is intended to be used as a companion-app for [pager-client]
## Installation
1. Clone the repo and `cd` into the folder
2. `npm install` and go grab a cup of coffee
3. `npm start` to boot the server
4. ????
5. PROFIT## Configuration
This relies on the `ENDPOINT_URL` env var. Just remeber to:
`export ENDPOINT_URL='https://your.api.url'`
**before** runing the app.
## Overview
This works as a wrapper for the pager API, serving the condensed (non-paginated) list of views available.
Dispatches at the `/visits` endpoint.[pager-client]: http://www.github.com/gfestari/pager-client