awesome-sensor-logger-json-server
v1.0.4
Published
A simple server written in nodejs to process data received from Sensor Logger android application - https://github.com/tszheichoi/awesome-sensor-logger
Downloads
5
Readme
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
Clone this repository:
git clone https://github.com/hj91/json-server.git
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