1.0.4 • Published 1 year ago

awesome-sensor-logger-json-server v1.0.4

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

JSON Server

A simple server written in nodejs to process data received from Sensor Logger android application - https://github.com/tszheichoi/awesome-sensor-logger

The server listens for POST requests on port 8484, logs the received JSON data to the console and sends a confirmation response.

Prerequisites

  • Node.js

Installation

  1. Clone this repository:

    git clone https://github.com/hj91/json-server.git
  2. Install the dependencies:

    cd json-server
    npm install

Usage

Start the server:

```
npm start
```

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Author

Harshad Joshi - hj91

1.0.4

1 year ago