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.
- Node.js
-
Clone this repository:
git clone https://github.com/hj91/json-server.git
-
Install the dependencies:
cd json-server npm install
Start the server:
npm start
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
Harshad Joshi - hj91